veHeaderedContentControl.Header Property
In This Article
Gets or sets the control’s header.
Namespace: DevExpress.UI.Xaml.Layout.VisualElements
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that is the control’s header. |
#Remarks
To render the Header object in a specific manner, you can provide a template via the veHeaderedContentControl.HeaderTemplate and veHeaderedContentControl.HeaderTemplateSelector properties.
You can apply additional formatting to the Header object via the veHeaderedContentControl.HeaderStringFormat property. In this case, to return the actual header text, use veHeaderedContentControl.ActualHeader.
See Also