Back to Devexpress

CellElementData.MaxLevel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellelementdata-df668bfb.md

latest1.2 KB
Original Source

CellElementData.MaxLevel Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public override int MaxLevel { get; }
vb
Public Overrides ReadOnly Property MaxLevel As Integer

Property Value

TypeDescription
Int32

The zero-based index.

|

Remarks

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

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace