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.v23.2.Core.dll

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

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.

pivotgrid_fieldvaluecell_startendlevels

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EndLevel property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also