Skip to main content

DataAreaElementData.MaxIndex Property

Gets the maximum 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 abstract int MaxIndex { get; }

Property Value

Type Description
Int32

The maximum row or column index.

See Also