GroupSummarySortInfoCollection.Item[GridSummaryItem] Property
Gets a GroupSummarySortInfo object specified by its summary item.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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