Back to Devexpress

BaseDocument.Manager Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-8e117b40.md

latest1.3 KB
Original Source

BaseDocument.Manager Property

Gets a DocumentManager that owns the current document.

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 object that owns the current document.

|

See Also

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace