Skip to main content

GroupRowData.GroupSummaries Property

Gets information about group summaries displayed in the group row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => RaisePropertyChanged(GroupSummariesArgs)")]
public IEnumerable<GroupSummaryData> GroupSummaries { get; }

Property Value

Type Description
IEnumerable<GroupSummaryData>

Information about group summaries displayed in the group row.

See Also