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

IDocumentManagerService.ActiveDocument Property

Specifies the active document.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

IDocument ActiveDocument { get; set; }

Property Value

Type Description
IDocument

An object implementing the IDocument interface.

See Also