Back to Devexpress

IndicatorFormatConditionBase.AnimateTransition Property

wpf-devexpress-dot-xpf-dot-grid-dot-indicatorformatconditionbase.md

latest1.8 KB
Original Source

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

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

See Also

IndicatorFormatConditionBase Class

IndicatorFormatConditionBase Members

DevExpress.Xpf.Grid Namespace