Skip to main content
A newer version of this page is available. .

DataAreaElementData.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public abstract int MinIndex { get; }

Property Value

Type Description
Int32

The minimum row or column index.

See Also