PivotOptionsChangedEventArgs(FieldOptions) Constructor
Initializes a new instance of the PivotOptionsChangedEventArgs class with the specified option that has been changed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
option | FieldOptions | A DevExpress.XtraPivotGrid.FieldOptions enumeration value, which indicates an option that has been changed. |
Remarks
Instances of the PivotOptionsChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also