Skip to main content
A newer version of this page is available. .

GridColumnSummaryItemCollection.Item[Object] Property

Gets a summary item by its tag.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

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