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

CellElementData.MinLevel Property

Gets the index of the first nested cell at the last column level.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override int MinLevel { get; }

Property Value

Type Description
Int32

The zero-based index.

Remarks

Use the CellElementData.MaxLevel property to obtain the index of the last nested cell at the last column level.

See Also