Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public DataTemplate NotificationHeaderTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.DataTemplate

A Windows.UI.Xaml.DataTemplate used to render the TileBase.NotificationHeader object.

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also