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

NavigationServiceBase.Documents Property

Gets the collection of existing documents.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public IEnumerable<IDocument> Documents { get; }

Property Value

Type Description
IEnumerable<IDocument>

A collection of existing documents.

See Also