Skip to main content

DataViewBase.HeaderTemplate Property

Gets or sets the template that defines the presentation of column headers. 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 presentation of column headers.

#Remarks

To learn more, see Styles and Templates Overview.

See Also