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