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.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
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.