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

FieldValueCellBase.MinIndex Property

Gets the index of the first nested cell at the last column/row level.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public int MinIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the zero-based index of the first nested cell at the last column/row level.

Remarks

Use the FieldValueCellBase.MaxIndex property to obtain the index of the last nested cell at the last column/row level.

MaxMinIndex

See Also