Skip to main content

ColumnBase.SetHeaderPresenterType(DependencyObject, HeaderPresenterType) Method

In This Article

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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