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

TabbedWindowDocumentUIService.Groups Property

Gets the collection of existing groups.

Namespace: DevExpress.Xpf.Core

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

Declaration

public IEnumerable<IDocumentGroup> Groups { get; }

Property Value

Type Description
IEnumerable<DevExpress.Mvvm.IDocumentGroup>

A collection of existing groups.

See Also