Skip to main content

GridViewBase.ShowGroupSummaryEditor() Method

In This Article

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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 Overview.

See Also