Skip to main content

veSelectorItem.IsSelected Property

Gets whether the item is selected.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true, if the item is selected; otherwise, false.

See Also