Back to Devexpress

IModelListView.GroupSummary Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-98a17d12.md

latest1.9 KB
Original Source

IModelListView.GroupSummary Property

Specifies the current List View’s group summary.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string GroupSummary { get; set; }
vb
Property GroupSummary As String

Property Value

TypeDescription
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

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace