GroupSummarySortInfoCollection.Item[GridSummaryItem] Property
Gets a GroupSummarySortInfo object specified by its summary item.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
summary | GridSummaryItem | A GridSummaryItem object specifying the GroupSummarySortInfo.SummaryItem property of the required collection item. |
Property Value
Type | Description |
---|---|
GroupSummarySortInfo | The GroupSummarySortInfo object whose GroupSummarySortInfo.SummaryItem property matches the parameter’s value. null (Nothing in Visual Basic) if no item is found. |
See Also