Skip to main content

GridColumnSummaryItemCollection.Item[Object] Property

Gets a summary item by its tag.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public GridColumnSummaryItem this[object tag] { get; }

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