Assembly: Express;
The IGridViewColumn interface is used to set up a column of the table displayed in the DataGridView web form component.
IGridViewColumn
Table column settings can be obtained using the IGridViewColumns.Item property.
| Property name | Brief description | |
![]() |
DataStyle | The DataStyle property determines the style applied to displayed column data. |
![]() |
HeaderStyle | The HeaderStyle property determines the style applied to column header. |
![]() |
Id | The Id property returns column identifier. |
![]() |
Text | The Text property determines column header cell text. |
![]() |
Visible | The Visible property determines whether the column is visible. |
See also: