DetailDescriptorBase.HeaderContentTemplate Property
In This Article
Gets or sets the template that will represent the Detail's header section.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
The header section is visible when the DetailDescriptorBase.ShowHeader option is enabled.
The following table describes how to specify a template's DataContent depending on the Detail type.
Detail Type | Header's Data |
---|---|
Content |
Header template's Data |
Data |
Header template's Data |
If the HeaderContentTemplate property is null (Nothing in Visual Basic), then the properties listed above specify the text to be displayed within header sections.
See Also