Back to Devexpress

FieldValueElementData.MinIndex Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvalueelementdata-83159945.md

latest1.1 KB
Original Source

FieldValueElementData.MinIndex Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Int32

The minimum row or column index.

|

See Also

FieldValueElementData Class

FieldValueElementData Members

DevExpress.Xpf.PivotGrid Namespace