Skip to main content

FieldValueCellBase.StartLevel Property

Gets the first column or row level occupied by the cell.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public int StartLevel { get; }

Property Value

Type Description
Int32

An integer value that represents the zero-based index of the first column or row level occupied by the cell.

Remarks

Use the FieldValueCellBase.EndLevel property to obtain the last column or row level occupied by the cell.

pivotgrid_fieldvaluecell_startendlevels

See Also