Back to Devexpress

GridSummaryItem.Index Property

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitem-faaca649.md

latest1.4 KB
Original Source

GridSummaryItem.Index Property

Gets the summary item’s position within the owning collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual int Index { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

A zero-based integer value representing summary item’s position within the collection.

|

Remarks

Use the GridSummaryItem.Collection property to obtain the collection that owns this summary item.

See Also

GridSummaryItem Class

GridSummaryItem Members

DevExpress.XtraGrid Namespace