Skip to main content

TileBase.HasNotificationHeader Property

Gets whether the TileBase.NotificationHeader property is not empty. 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 bool HasNotificationHeader { get; }

Property Value

Type Description
Boolean

true, if the TileBase.NotificationHeader property is not empty; otherwise, false.

See Also