Skip to main content

GridSummaryItemCollection.Item[Int32] Property

Provides indexed access to individual summary items.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridSummaryItem this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the required collection item. If negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
GridSummaryItem

A GridSummaryItem object representing the summary item located at the specified index within the collection.

Remarks

Use the property to access individual summary items using index notation.

See Also