ColumnBase Attached Properties
Serves as a base for classes that represent columns or card fields.| Name | Description |
|---|---|
| ActualVisibleIndex | Gets the column’s actual visible index. Inherited from BaseColumn. |
| HeaderPresenterType static | Gets a value that specifies which grid element contains the column’s header. |
| NavigationIndex static | This property supports the internal infrastructure and is not intended to be used directly from your code. |
| VisibleIndex | Gets or sets the column’s position among visible columns. This is a dependency property. Inherited from BaseColumn. |
See Also