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

GridGroupSummaryData Class

Contains information about the summary value displayed within a group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v17.2.dll

Declaration

public class GridGroupSummaryData :
    GridColumnData

Remarks

A GridGroupSummaryData object contains information about the summary value displayed within a group row, and serves as a data context (binding source) for GridViewBase.GroupSummaryItemTemplate.

The GridGroupSummaryData class provides the GridGroupSummaryData.SummaryItem and GridGroupSummaryData.SummaryValue properties that return the group summary item and the group row’s summary value. The summary text displayed within the group row is returned by the GridGroupSummaryData.Text property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridGroupSummaryData class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DispatcherObject
DependencyObject
DataObjectBase
DevExpress.Xpf.Editors.EditableDataObject
GridDataBase
GridColumnData
GridGroupSummaryData
See Also