PivotOptionsChangedEventArgs.Option Property
Gets a value indicating an option that has been changed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
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