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

GridViewBase.ShowGroupSummaryEditor() Method

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public void ShowGroupSummaryEditor()

Remarks

End-users can use the Summary Editor to manage total and group summaries displayed within a View. To customize group summaries, invoke a grouping column’s Context Menu and select ‘Group Summary Editor…’. To show the Summary Editor in code, use the ShowGroupSummaryEditor method.

To learn more, see Runtime Summary Editor and Data Summaries.

See Also