IWebGridColumn Members
A structure holding the main settings of a grid column.Properties
| Name | Description |
|---|---|
| Caption | Gets or sets the text displayed within the column header. |
| ExportCellStyle | Gets the style settings defining the appearance of data cells when a control is exported. |
| Name | Gets or sets the unique programmatic identifier name for a column. |
| Visible | Gets or sets a value that specifies whether the column is visible. |
| VisibleIndex | Gets or sets the column’s position among the visible columns within a web control. |
See Also