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

StackGroup.Manager Property

Gets the Document Manager that owns this StackGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
DocumentManager

A DocumentManager that owns this StackGroup.

See Also