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

WindowsUIView.ActivateContainer(IContentContainer) Method

Activates a specific Content Container within the WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void ActivateContainer(
    IContentContainer container
)

Parameters

Name Type Description
container DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer

An IContentContainer object to be activated.

Remarks

The ActivateContainer method navigates to a specific specific Content Container within the current View. You can also use the same ActivateContainer method to display a non-modal Flyout.

See Also