DataAreaElementData.MinLevel Property
In This Article
Gets the index of the first nested cell at the last column level.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#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