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

CellElementData.MaxIndex Property

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

Property Value

Type Description
Int32

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

See Also