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

TabbedWindowDocumentUIService.ActiveGroup Property

Gets the active group.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public IDocumentGroup ActiveGroup { get; }

Property Value

Type Description
DevExpress.Mvvm.IDocumentGroup

An object specifying the active group.

See Also