GroupRowData.GroupSummaries Property
In This Article
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<Group |
Information about group summaries displayed in the group row. |
See Also