GridColumnData Properties
Contains information about a column.
This class supports the internal infrastructure and is not intended to be used directly from your code.
| Name | Description |
|---|---|
| Column | Gets the grid column. |
| Data | Gets or sets an object that contains grid data. Inherited from GridDataBase. |
| Value | Gets or sets an editable value. Inherited from EditableDataObject. |
| View | Gets the owner view. |
| VisibleIndex | Gets the column’s position among visible columns. |
See Also