Back to Devexpress

BaseView.Manager Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-6971a3cc.md

latest1.4 KB
Original Source

BaseView.Manager Property

Gets a DocumentManager that owns the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DocumentManager Manager { get; }
vb
<Browsable(False)>
Public ReadOnly Property Manager As DocumentManager

Property Value

TypeDescription
DocumentManager

A DocumentManager that owns the current View.

|

See Also

View

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace