Skip to main content

TabbedWindowDocumentUIService.Documents Property

Gets the collection of existing documents.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IEnumerable<IDocument> Documents { get; }

Property Value

Type Description
IEnumerable<IDocument>

A collection of existing documents.

See Also