SelectionMode Enum
Specifies the single/multiple element selection option (when in Customization Mode.)
Namespace: DevExpress.Xpf.Layout.Core
Assembly: DevExpress.Xpf.Layout.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Members
Name | Description |
---|---|
Single
|
Selects in Customization Mode the only item specified via the Dock |
Multiple
|
Selects in Customization Mode multiple items specified via all the Dock |
Item
|
Selects in Customization Mode all items in the range between the last selected item and an item specified as a parameter in the Dock |
#Remarks
Depending on the SelectionMode enumerator value passed to the DockLayoutManager.SelectItem method as a parameter, you can select either single or multiple items as you enter the Customization Mode. See these links to learn more.