Back to Devexpress

ExpressionConditionBase.AnimateTransition Property

wpf-devexpress-dot-xpf-dot-grid-dot-expressionconditionbase-0d89c58b.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? AnimateTransition { get; set; }
vb
Public Property AnimateTransition As Boolean?

Property Value

TypeDescription
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

Formatting Changing Values

Conditional Formats

ExpressionConditionBase Class

ExpressionConditionBase Members

DevExpress.Xpf.Grid Namespace