Skip to main content

GridGroupSummarySortInfo.SummaryItem Property

Gets or sets a group summary item used to calculate summary values.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public GridSummaryItem SummaryItem { get; }

#Property Value

Type Description
GridSummaryItem

A GridSummaryItem object, representing a summary item used to calculate summary values for groups of rows.

#Remarks

The summary item specified by this property, must be contained within the grid's GridControl.GroupSummary collection.

See Also