TileBase.NotificationHeaderStringFormat Property
Gets or sets the composite format string for the TileBase.NotificationHeader object. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the composite format string for the notification header. |
Remarks
The Composite Formatting feature is used to format the TileBase.NotificationHeader object according to the NotificationHeaderStringFormat. Formatting is performed via the String.Format method.
See the Composite Formatting article in MSDN to learn about the formatting functionality.
See Also