Skip to main content

FieldValueCellBase.EndLevel Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

#Declaration

public int EndLevel { get; }

#Property Value

Type Description
Int32

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

#Remarks

Use the FieldValueCellBase.StartLevel property to obtain the index of the first column or row level occupied by the cell.

StartEndLevels

See Also