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

ConditionalTimeline Class

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

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v18.2.dll

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