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. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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