Back to Devexpress

ConditionalTimeline Class

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-c9aa05b3.md

latest2.0 KB
Original Source

ConditionalTimeline Class

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

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ConditionalTimeline :
    DependencyObject
vb
Public Class ConditionalTimeline
    Inherits 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

Object DispatcherObject DependencyObject ConditionalTimeline

See Also

ConditionalTimeline Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace