Skip to main content

GridColumnSummaryItemCollection.Item[Int32] Property

Gets a summary item by its index.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridColumnSummaryItem this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that is the GridSummaryItem.Index value of a summary item to be returned.

Property Value

Type Description
GridColumnSummaryItem

A GridColumnSummaryItem object whose GridSummaryItem.Index property matches the index value.

Remarks

The Item indexer returns a summary item at the specified index within the current collection.

See Also