Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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