Skip to main content

WindowsUIView.ActiveContentContainer Property

Gets the content container currently displayed within the current WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public IContentContainer ActiveContentContainer { get; }

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