Skip to main content
A newer version of this page is available. .

DockLayoutManager.SelectItem(BaseLayoutItem) Method

Selects the specified layout item, in Customization Mode.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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