Skip to main content

LayoutController.Selection Property

Gets a list of items that are selected in Customization Mode.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public Selection Selection { get; }

Property Value

Type Description
DevExpress.Xpf.Docking.Selection

A DevExpress.Xpf.Docking.Selection object that represents a list of selected BaseLayoutItem objects.

See Also