Skip to main content

StackGroup.Manager Property

Gets the Document Manager that owns this StackGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

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 that owns this StackGroup.

See Also