Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public class ConditionalTimeline :
    DependencyObject

#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

See Also