Skip to main content

TileBase.IsSelectionFrameVisible Property

Gets whether the selection frame 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 IsSelectionFrameVisible { get; }

Property Value

Type Description
Boolean

true, if the selection frame is actually visible; otherwise, false.

See Also