veHeaderedItemsControl.HeaderStringFormat Property
In This Article
Gets or sets a composite format string for the veHeaderedItemsControl.Header object.
Namespace: DevExpress.UI.Xaml.Layout.VisualElements
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
String | A composite format string for the ve |
#Remarks
The Composite Formatting feature is used to format the veHeaderedItemsControl.Header object according to the HeaderStringFormat. Formatting is performed via the String.Format method.
See the Composite Formatting article in MSDN to learn about the formatting functionality.
See Also