Skip to main content

TileBase.IsNotificationHeaderVisible Property

Gets whether the notification header is actually visible. 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 IsNotificationHeaderVisible { get; }

Property Value

Type Description
Boolean

true, if the notification header is actually visible; otherwise, false.

See Also