PivotOptionsChangedEventArgs(FieldOptions) Constructor
In This Article
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
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotOptionsChangedEventArgs(
FieldOptions option
)
#Parameters
Name | Type | Description |
---|---|---|
option | Field |
A DevExpress. |
#Remarks
Instances of the PivotOptionsChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also