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

TileBase.NotificationHeaderStyle Property

Gets or sets the style applied to the tile’s notification header. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

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

Declaration

public Style NotificationHeaderStyle { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Style

A Windows.UI.Xaml.Style object applied to the notification header displayed in the Tile.

Remarks

Target type: DevExpress.UI.Xaml.Layout.TileBaseNotificationHeader.

See Also