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

AnimationSettingsBase.AnimationTimelines Property

Provides access to the animation settings timelines. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public List<ConditionalTimeline> AnimationTimelines { get; set; }

Property Value

Type Description
List<ConditionalTimeline>

A list of ConditionalTimeline objects.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationTimelines
ColorScaleFormatCondition
.AnimationSettings .AnimationTimelines
DataBarFormatCondition
.AnimationSettings .AnimationTimelines
DataUpdateFormatCondition
.AnimationSettings .AnimationTimelines
ExpressionConditionBase
.AnimationSettings .AnimationTimelines
FormatCondition
.AnimationSettings .AnimationTimelines
IconSetFormatCondition
.AnimationSettings .AnimationTimelines
IndicatorFormatConditionBase
.AnimationSettings .AnimationTimelines
TopBottomRuleFormatCondition
.AnimationSettings .AnimationTimelines
UniqueDuplicateRuleFormatCondition
.AnimationSettings .AnimationTimelines

Remarks

Use the AnimationTimelines property to define a list of ConditionalTimeline objects. Each ConditionalTimeline object contains the animation (ConditionalTimeline.Animation) and a target property to which the animation is applied (ConditionalTimeline.TargetProperty).

See Also