General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
IModelListView.GroupSummary Property
Specifies the current List View's group summary.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying the current List View's group summary |
Property Value
Type | Description |
---|---|
String | A string specifying the current List View's group summary |
Property Value
Type | Description |
---|---|
String | A string specifying the current List View's group summary |
Remarks
To specify group summaries, do the following:
- Focus the Columns node of the list view (the grid control appears to the right instead of property grid).
- Right-click the grid column header and select the Show Group By Box command from the context menu.
- Drag a column to the group panel or right-click a column and select the Group by this column command from the context menu.
- Right-click the column in the group panel and select Group Summary Editor... from the context menu.
- 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
Feedback