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

BaseView.Manager Property

Gets a DocumentManager that owns the current View.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
DocumentManager

A DocumentManager that owns the current View.

See Also