Skip to main content

TileBase.ShowNotificationHeader Property

Gets or sets whether the TileBase.NotificationHeader is displayed. 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 DefaultBoolean ShowNotificationHeader { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether the notification header is displayed. The default is Default.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by a control’s current setting. The default value is automatically set for a control if an end-user doesn’t specify a value.

Remarks

If the ShowNotificationHeader property is set to Default or True, the notification header is displayed in the Tile. Set this property to False to prevent the notification header from being displayed.

See Also