Skip to main content

CellElementData.MinIndex Property

Gets the minimum column index that corresponds to the field value that is processed.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override int MinIndex { get; }

Property Value

Type Description
Int32

The minimum column index that corresponds to the processed field value.

See Also