GridColumnSummaryItemCollection.Item[Object] Property
Gets a summary item by its tag.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
tag | Object | An object that is the GridSummaryItem.Tag property value of a summary item to be returned. |
Property Value
Type | Description |
---|---|
GridColumnSummaryItem | A GridColumnSummaryItem object whose GridSummaryItem.Tag property matches the tag parameter value. |
Remarks
The Item indexer returns a summary item whose GridSummaryItem.Tag matches the tag parameter.
See Also