DockLayoutManager.SelectItem(BaseLayoutItem) Method
Selects the specified layout item, in Customization Mode.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem object that represents a layout item to be selected. |
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