Skip to main content

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Style NotificationHeaderStyle { get; set; }

Property Value

Type Description
Style

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

Remarks

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

See Also