veHeaderedItemsControl.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 veHeaderedItemsControl.HeaderTemplate and veHeaderedItemsControl.HeaderTemplateSelector properties.
You can apply additional formatting to the Header object via the veHeaderedItemsControl.HeaderStringFormat property. In this case, to return the actual header text, use veHeaderedItemsControl.ActualHeader.
See Also