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

CustomExportFieldValueEventArgsBase<T>.EndLevel Property

Gets the maximum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public int EndLevel { get; }

Property Value

Type Description
Int32

An integer value that specifies the maximum row or column level that corresponds to the processed field value.

Remarks

pivotgrid_fieldvaluecell_startendlevels

See Also