Skip to main content
A newer version of this page is available. .

ColumnBase.SetHeaderPresenterType(DependencyObject, HeaderPresenterType) Method

Sets the value of the ColumnBase.HeaderPresenterType attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public static void SetHeaderPresenterType(
    DependencyObject element,
    HeaderPresenterType value
)

Parameters

Name Type Description
element DependencyObject

The element to which the attached property is written.

value HeaderPresenterType

The required HeaderPresenterType value.

See Also