DataAreaElementData.MaxLevel Property
Gets the index of the last nested cell at the last column level.
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 DataAreaElementData.MinLevel property to obtain the index of the first nested cell at the last column level.
See Also