Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override int MinIndex { get; }

Property Value

Type Description
Int32

The minimum row or column index.

See Also