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

TileBase.NotificationHeaderTemplateSelector Property

Gets or sets an object that chooses a template used to render the TileBase.NotificationHeader object based on custom logic. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public DataTemplateSelector NotificationHeaderTemplateSelector { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.DataTemplateSelector

A Windows.UI.Xaml.Controls.DataTemplateSelector descendant that chooses a template used to render the TileBase.NotificationHeader object based on custom logic.

Remarks

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

See Also