Skip to main content

ConditionalTimeline Class

A custom animation timeline that is used for the conditional formatting transition.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.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