IGridColumn Properties |
The IGridColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteIndex |
Gets the column's position within the View's column collection
| |
| Caption |
Gets or sets the column's display caption
| |
| FieldName |
Gets the column's unique field name. For bound columns, this property
refers to a field in the underlying data source
| |
| GroupIndex |
Gets the value specifying whether the column takes part in grouping and at which level.
| |
| Name |
Gets the column name
| |
| SortIndex |
Gets the column's position among sorted columns
| |
| Visible |
Gets whether the column is visible
| |
| VisibleIndex |
Gets the column's visible state and position within the View
|