TileBase.NotificationHeaderTemplate Property
Gets or sets the template used to render 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 |
---|---|
DataTemplate | A DataTemplate used to render the TileBase.NotificationHeader object. |
Remarks
See the Data Templating Overview topic in MSDN to learn more.
See Also