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

GridColumnSummaryItemCollection.Item[Int32] Property

Gets a summary item by its index.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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