GridSummaryItemCollection.Item[Object] Property
Gets a summary item specified by its tag.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
tag | Object | An object specifying the GridSummaryItem.Tag property value of the required collection item. |
Property Value
Type | Description |
---|---|
GridSummaryItem | A GridSummaryItem object representing the summary item whose GridSummaryItem.Tag property matches the parameter value. |
See Also