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