Skip to main content

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override int MaxLevel { get; }

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.

wpf-pivot-min-max-levels

See Also