Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelListView.GroupSummary Property

Specifies the current List View’s group summary.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

string GroupSummary { get; set; }

#Property Value

Type Description
String

A string specifying the current List View’s group summary

#Remarks

To specify group summaries, do the following:

  1. Focus the Columns node of the list view (the grid control appears to the right instead of property grid).
  2. Right-click the grid column header and select the Show Group By Box command from the context menu.
  3. Drag a column to the group panel or right-click a column and select the Group by this column command from the context menu.
  4. Right-click the column in the group panel and select Group Summary Editor… from the context menu.
  5. Edit group summaries in the dialog (see Group Summary).

When you close the dialog, the GroupSummary value will be updated with a correctly formatted string.

See Also