Skip to main content
A newer version of this page is available. .

LayoutItemSelectionChangedEventArgs.Selected Property

Gets whether the item is selected.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v21.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool Selected { get; }

Property Value

Type Description
Boolean

true if the item is selected; otherwise, false.

See Also