FieldRemoveEventArgs

23 Sep 20251 minute to read

The field remove event arguments provide the necessary information about the selected field information before it removes.

Properties

axis string

Defines the axis name where the selected field would be removed.

cancel boolean

Defines an option to restrict the field remove operation.

dataSourceSettings IDataOptions

Defines the current pivot report.

fieldItem IFieldOptions

Defines the selected field information.

fieldName string

Defines the selected field name to remove from the current pivot report.