PivotOptionsFilterEventArgs.IsUpdateRequired Property
Gets whether the pivot grid will be redrawn after the event is raised.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the pivot grid will be redrawn after the event is raised; otherwise, false. |
Remarks
Depending on which property has been changed, the pivot grid may require redrawing.
For instance, the IsUpdateRequired property returns true when the PivotGridOptionsFilterBase.OptionsChanged event is raised after the PivotGridOptionsFilterBase.GroupFilterMode property has been changed. This indicates that the pivot grid should be redrawn, since the PivotGridOptionsFilterBase.GroupFilterMode property affects the pivot grid’s layout.
See Also