Skip to main content
A newer version of this page is available. .

DocumentGroup.Manager Property

Gets a DocumentManager that owns the current group.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
DocumentManager

A DocumentManager object that owns the current group.

See Also