Skip to main content

PivotSummaryDataSource.Item[Int32] Property

Gets or sets the row by its index.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.2.Core.dll

#Declaration

public PivotSummaryDataRow this[int index] { get; set; }

#Parameters

Name Type
index Int32

#Property Value

Type
PivotSummaryDataRow

#Remarks

This property is overridden in the PivotSummaryDataSource class. To learn more, see PivotSummaryDataSource.Item.

See Also