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.v14.2.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.

#Implements

DevExpress.Xpf.Docking.ILayoutController.Selection
See Also