Skip to main content

CustomExportFieldValueEventArgsBase<T>.StartLevel Property

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

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

Declaration

public int StartLevel { get; }

Property Value

Type Description
Int32

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

Remarks

pivotgrid_fieldvaluecell_startendlevels

See Also