Back to Devexpress

PivotFieldValueEventArgsBase<T>.MinIndex Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-fdba89ca.md

latest1.8 KB
Original Source

PivotFieldValueEventArgsBase<T>.MinIndex Property

Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the processed field value.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public int MinIndex { get; }
vb
Public ReadOnly Property MinIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the minimum row or column index that corresponds to the processed field value.

|

Remarks

  • Row Fields

  • Column Fields

See Also

MaxIndex

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace