Back to Devexpress

ExpressionConditionBase.AnimationSettings Property

wpf-devexpress-dot-xpf-dot-grid-dot-expressionconditionbase-7f44fde2.md

latest2.2 KB
Original Source

ExpressionConditionBase.AnimationSettings Property

Gets or sets the animation settings applied to the current conditional formatting. 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 ConditionalFormattingAnimationSettings AnimationSettings { get; set; }
vb
Public Property AnimationSettings As ConditionalFormattingAnimationSettings

Property Value

TypeDescription
ConditionalFormattingAnimationSettings

A ConditionalFormattingAnimationSettings object that contains animation settings.

|

Remarks

The GridControl supports applying conditional formatting with an animation effect. Set the ExpressionConditionBase.AnimateTransition property to true to animate conditional formatting transitions. To access the animation settings, use the 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