Gets the value of the HeaderPresenterType attached property for a specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v18.2.Core.dll

Syntax
C# |
public static HeaderPresenterType GetHeaderPresenterType(
DependencyObject element
)
|
VB |
static Public Function GetHeaderPresenterType(
ByVal element As DependencyObject
) As HeaderPresenterType
|
Parameters
-
element
-
Type: DependencyObject
The element from which the property value is read.
Return value
Type:
HeaderPresenterType
The HeaderPresenterType property value for the element.

See Also