ConditionalTimeline Class
A custom animation timeline that is used for the conditional formatting transition.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use the TableView.AnimateConditionalFormattingTransition (or TreeListView.AnimateConditionalFormattingTransition) property to enable the conditional formatting transition.
The ConditionalTimeline.Animation property allows you to define an animation timeline that will be used for the conditional formatting transition.
To specify a target property to which the animation will be applied, use the ConditionalTimeline.TargetProperty property.
Inheritance
Object
DispatcherObject
DependencyObject
ConditionalTimeline
See Also