Skip to main content
Tag

ColumnBase.HeaderCustomizationAreaTemplate Property

Gets or sets the template that defines the presentation of the customization area displayed within the column's header. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public DataTemplate HeaderCustomizationAreaTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of the header customization area.

#Remarks

The binding source for the HeaderCustomizationAreaTemplate template is specified by the GridColumn class.

ColumnHeaderSettings

To learn more, see Styles and Templates Overview.

See Also