Skip to main content

ExpressionConditionBase.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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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 ExpressionConditionBase.AnimationSettings property.

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

See Also