Back to Devexpress

FieldValueElementData.MaxLevel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvalueelementdata-beeab698.md

latest1.3 KB
Original Source

FieldValueElementData.MaxLevel Property

Gets the index of the last column or row level occupied by the cell.

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 FieldValueElementData.MinLevel property to obtain the index of the first column level occupied by the cell.

See Also

FieldValueElementData Class

FieldValueElementData Members

DevExpress.Xpf.PivotGrid Namespace