ColumnBase.HeaderPresenterType Attached Property
In This Article
Gets a value that specifies which grid element contains the column's header.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
See GetHeaderPresenterType(DependencyObject) and SetHeaderPresenterType(DependencyObject, HeaderPresenterType).
#Returns
Type | Description |
---|---|
Header |
A Header |
See Also