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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

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