Skip to main content
A newer version of this page is available. .

FieldValueCellBase.StartLevel Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

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