Back to Devexpress

CellElementData.MaxIndex Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellelementdata-ca258b28.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public override int MaxIndex { get; }
vb
Public Overrides ReadOnly Property MaxIndex As Integer

Property Value

TypeDescription
Int32

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

|

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace