ColumnBase.HeaderCustomizationAreaTemplate Property
In This Article
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
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The binding source for the HeaderCustomizationAreaTemplate template is specified by the GridColumn class.
To learn more, see Styles and Templates Overview.
See Also