DockLayoutManager.SelectItem(BaseLayoutItem) Method
In This Article
Selects the specified layout item, in Customization Mode.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Base |
A Base |
#Returns
Type | Description |
---|---|
Boolean | true if the item was selected; otherwise, false. |
#Remarks
Items can be selected in Customization Mode provided that their BaseLayoutItem.AllowSelection option is enabled.
See Also