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

LayoutController.Selection Property

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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