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

PivotOptionsChangedEventArgs.Option Property

Gets a value indicating an option that has been changed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public FieldOptions Option { get; }

Property Value

Type Description
FieldOptions

A DevExpress.XtraPivotGrid.FieldOptions enumeration value.

Remarks

Use the Option property to identify the option that has been changed and raised the PivotGridFieldOptions.OptionsChanged event.

See Also