Skip to main content
A newer version of this page is available. .
All docs
V22.1

RowSummaryExistsArgs.GroupPath Property

Gets a path to the processed group row. This path contains information about applied group operations.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.1.dll

NuGet Package: DevExpress.Mvvm

Declaration

public IReadOnlyList<GroupInfo> GroupPath { get; }

Property Value

Type Description
IReadOnlyList<DevExpress.Mvvm.Xpf.GroupInfo>

A path to the processed group row.

See Also