ColumnBase.SetHeaderPresenterType(DependencyObject, HeaderPresenterType) Method
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public static void SetHeaderPresenterType(
DependencyObject element,
HeaderPresenterType value
)
Parameters
Name | Type |
---|---|
element | DependencyObject |
value | DevExpress.UI.Xaml.Grid.HeaderPresenterType |
See Also