Skip to main content

BaseContentContainer.Manager Property

Gets a DocumentManager that owns the current Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public DocumentManager Manager { get; }

Property Value

Type Description
DocumentManager

A DocumentManager object that owns the current BaseContentContainer.

See Also