Skip to main content

BaseColumn.HeaderTemplate Property

Gets or sets the template that defines the column header's presentation. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplate HeaderTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the column header's presentation.

#Remarks

The binding source for the HeaderTemplate template is the BaseColumn.HeaderCaption property's value.

ColumnHeaderSettings

To learn more, see Styles and Templates.

See Also