Assembly: Express;
The IDataGridView interface is used to set up table view of the DataGridView web form component.
IDataGridView
Table management parameters can be obtained using the IWebDataGridView.DataGridView property.
| Property name | Brief description | |
![]() |
Columns | The Columns property returns the collection of table columns. |
![]() |
DataSet | The DataSet property returns the data source, which data will be displayed in the table. |
![]() |
EnableSort | The EnableSort property determines whether table columns can be sorted. |
![]() |
ExecuteSettings | The ExecuteSettings property returns table data displaying settings. |
![]() |
Expression | The Expression property returns filtering setup expression. |
![]() |
SortSettings | The SortSettings property returns settings of sorting by table columns. |
![]() |
TableStyle | The TableStyle property determines the alternating style used in the table. |
| Method name | Brief description | |
![]() |
BeginUpdate | The BeginUpdate method prohibits table contents rerendering. |
![]() |
EndUpdate | The EndUpdate method disables the mode, which prohibits table rerendering. |
![]() |
Refresh | The Refresh method refreshes displayed table data. |
![]() |
SetDataSet | The SetDataSet method sets a relational data source for the component. |
See also: