Skip to main content

GridSummaryItemCollection.Item[Object] Property

Gets a summary item specified by its tag.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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