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

GridSummaryItemCollection.Item[Object] Property

Gets a summary item specified by its tag.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridSummaryItem this[object tag] { get; }

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