NavigationServiceBase.Documents Property
Gets the collection of existing documents.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<IDocument> | A collection of existing documents. |
See Also