Back to Devexpress

PivotSummaryDataSource.Item[Int32] Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotsummarydatasource-dot-item-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

PivotSummaryDataSource.Item[Int32] Property

Gets or sets the row by its index.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotSummaryDataRow this[int index] { get; set; }
vb
Public Property Item(index As Integer) As PivotSummaryDataRow

Parameters

NameTypeDescription
indexInt32

An integer value that specifies the zero-based index of the summary data source row.

|

Property Value

TypeDescription
PivotSummaryDataRow

A PivotSummaryDataRow object that represents the summary data source row with the specified index.

|

Remarks

To obtain the number of rows in the data source, use the PivotSummaryDataSource.RowCount property.

See Also

RowCount

PivotSummaryDataSource Class

PivotSummaryDataSource Members

DevExpress.Xpf.PivotGrid Namespace