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

GroupRowData.GroupSummaryData Property

Gets the list of objects that contain information on group summaries displayed within a group row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public IList<GridGroupSummaryData> GroupSummaryData { get; set; }

Property Value

Type Description
IList<GridGroupSummaryData>

The list of GridGroupSummaryData objects that contain information on group summaries displayed within a group row.

See Also