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.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the minimum row or column level that corresponds to the processed field value. |
Remarks

See Also