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

DockControllerBase.Activate(BaseLayoutItem) Method

Activates the specified item.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public void Activate(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem to be activated.

Remarks

If the BaseLayoutItem.AllowActivate option is disabled, the item cannot be activated.

See Also