TileBase.ActualNotificationHeader Property
In This Article
Gets the actual notification header. 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 |
---|---|
Object | An Object that specifies the actual notification header. |
#Remarks
The ActualNotificationHeader property returns the actual notification header specified by the TileBase.NotificationHeader property and formatted using the composite format string specified by the TileBase.NotificationHeaderStringFormat property.
See Also