Skip to main content

NavigationServiceBase.ActiveDocument Property

Gets or sets the active document.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IDocument ActiveDocument { get; set; }

Property Value

Type Description
IDocument

An object implementing the IDocument interface.

See Also