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

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

Declaration

public ConditionalFormattingAnimationSettings AnimationSettings { get; set; }

Property Value

Type Description
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