WindowsUIView.ActivateContainer(IContentContainer) Method
In This Article
Activates a specific Content Container within the WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
container | DevExpress. |
An IContent |
#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