Skip to main content

LayoutController.Activate(BaseLayoutItem) Method

Activates the specified item. For a LayoutControlItem object, the associated control is focused.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void Activate(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object that represents a layout item to be activated.

See Also