GridGroupSummarySortInfo.SummaryItem Property
In This Article
Gets or sets a group summary item used to calculate summary values.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The summary item specified by this property, must be contained within the grid's GridControl.GroupSummary collection.
See Also