ColumnBase.GetHeaderPresenterType(DependencyObject) Method
In This Article
Gets the value of the ColumnBase.HeaderPresenterType attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Header |
The Column |
See Also