ConditionalTimeline.Animation Property
Gets or sets a custom animation timeline. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
AnimationTimeline | An AnimationTimeline object. |
Remarks
Use the Animation property to define an animation timeline that will be used for the conditional formatting transition. The conditional formatting transition can be enabled using the TableView.AnimateConditionalFormattingTransition (or TreeListView.AnimateConditionalFormattingTransition) property.
To specify a target property to which the animation will be applied, use the ConditionalTimeline.TargetProperty property.
See Also