Skip to main content

DataViewBase.ColumnHeaderCustomizationAreaTemplate Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate ColumnHeaderCustomizationAreaTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of the customization area displayed within column headers.

#Remarks

The binding source for the ColumnHeaderCustomizationAreaTemplate template is specified by the GridColumn class. Each column provides the ColumnBase.HeaderCustomizationAreaTemplate property that allows you to specify a custom template used to render the column header's customization area.

ColumnHeaderSettings

To learn more, see Styles and Templates Overview.

#Implements

DevExpress.Xpf.Grid.IColumnOwnerBase.ColumnHeaderCustomizationAreaTemplate
See Also