Skip to main content

TileBase.IsCheckMarkVisible Property

Gets whether the check mark 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 IsCheckMarkVisible { get; }

Property Value

Type Description
Boolean

true, if the check mark is actually visible; otherwise, false.

See Also