Back to Devexpress

FieldValueElementData.MinLevel Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvalueelementdata-3ea0eca9.md

latest1.3 KB
Original Source

FieldValueElementData.MinLevel Property

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

Property Value

TypeDescription
Int32

The zero-based index.

|

Remarks

Use the FieldValueElementData.MaxLevel property to obtain the last column level occupied by the cell.

See Also

FieldValueElementData Class

FieldValueElementData Members

DevExpress.Xpf.PivotGrid Namespace