Skip to main content

DockLayoutManager.SelectItem(BaseLayoutItem) Method

Selects the specified layout item, in Customization Mode.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool SelectItem(
    BaseLayoutItem item
)

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