Back to Devexpress

DataAreaElementData.MaxLevel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-98ec57c4.md

latest1.2 KB
Original Source

DataAreaElementData.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 abstract int MaxLevel { get; }
vb
Public MustOverride ReadOnly Property MaxLevel As Integer

Property Value

TypeDescription
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

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace