Skip to main content

PivotOptionsChangedEventArgs.Option Property

Gets a value indicating an option that has been changed.

Namespace: DevExpress.XtraPivotGrid

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

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

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