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

WindowedDocumentUIService.ActiveDocument Property

Gets or sets the active document. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IDocument ActiveDocument { get; set; }

Property Value

Type Description
IDocument

An object implementing the IDocument interface.

See Also