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

PivotOptionsFilterEventArgs.IsUpdateRequired Property

Gets whether the pivot grid will be redrawn after the event is raised.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsUpdateRequired { get; }

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