FieldValueElementData.MaxLevel Property
Gets the index of the last column or row level occupied by the cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | The zero-based index. |
Remarks
Use the FieldValueElementData.MinLevel property to obtain the index of the first column level occupied by the cell.
See Also