WindowsUIView.ActivateContainer(IContentContainer) Method
Activates a specific Content Container within the WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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