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

GridSummaryItemCollection.Item[Int32] Property

Provides indexed access to individual summary items.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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