Skip to main content

DockLayoutManager.SelectItem(BaseLayoutItem) Method

Selects the specified layout item, in Customization Mode.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.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