veHeaderedContentControl.HeaderStringFormat Property
Gets or sets a composite format string for the veHeaderedContentControl.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 veHeaderedContentControl.Header object |
Remarks
The Composite Formatting feature is used to format the veHeaderedContentControl.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