DockLayoutManager.SelectItem(BaseLayoutItem, SelectionMode) Method
In This Article
Selects the specified BaseLayoutItem in Customization Mode with specified selection options.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool SelectItem(
BaseLayoutItem item,
SelectionMode mode
)
#Parameters
Name | Type | Description |
---|---|---|
item | Base |
A Base |
mode | Selection |
A DevExpress. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified Base |
#Remarks
Items can be selected in Customization Mode provided that their BaseLayoutItem.AllowSelection option is enabled. Depending on the mode parameter, either single or multiple items can be selected at the same time.
See Also