Skip to main content

DataAreaElementData.MinLevel Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public abstract int MinLevel { get; }

Property Value

Type Description
Int32

The zero-based index.

Remarks

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

See Also