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.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public IEnumerable<IDocumentGroup> Groups { get; }

Property Value

Type Description
IEnumerable<DevExpress.Mvvm.IDocumentGroup>

A collection of existing groups.

See Also