Skip to main content

LayoutItemSelectionChangingEventArgs.Selected Property

Gets whether the item is selected.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.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