Back to Devexpress

CellElementData.MinLevel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellelementdata-62e71968.md

latest1.2 KB
Original Source

CellElementData.MinLevel Property

Gets the index of the first 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 MinLevel { get; }
vb
Public Overrides ReadOnly Property MinLevel As Integer

Property Value

TypeDescription
Int32

The zero-based index.

|

Remarks

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

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace