Skip to main content

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.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotOptionsChangedEventArgs(
    FieldOptions option
)

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