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

BaseLayoutItem.IsSelected Property

Gets whether the item is selected in Customization Mode. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true if the item is selected in Customization Mode; otherwise, false.

See Also