BaseColumn.HeaderTemplate Property
In This Article
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
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The binding source for the HeaderTemplate template is the BaseColumn.HeaderCaption property's value.
To learn more, see Styles and Templates.
See Also