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

IndicatorFormatConditionBase.AnimateTransition Property

Gets or sets whether the transition between conditional formattings should be animated. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool? AnimateTransition { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, if the transition is animated; otherwise, false.

Remarks

The GridControl supports applying conditional formatting with an animation effect. Set the AnimateTransition property to true to animate conditional formatting transitions. To access the animation settings, use the IndicatorFormatConditionBase.AnimationSettings property.

See the Conditional Formatting Animation section of the Conditional Formats topic to learn more.

See Also