Skip to main content

veHeaderedItemsControl.HeaderStringFormat Property

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

public string HeaderStringFormat { get; set; }

Property Value

Type Description
String

A composite format string for the veHeaderedItemsControl.Header object

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