WindowsUIView.ActiveContentContainer Property
Gets the content container currently displayed within the current WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer | An IContentContainer object that is currently displayed within the current WindowsUIView. |
Remarks
You can activate a specific content container via the IWindowsUIViewController.Activate method.
See Also