FieldValueCellBase.EndLevel Property
Gets the index of the last column or row level occupied by the cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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.
Related GitHub Examples
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.