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

TreeListOptionsView.AnimationType Property

Gets or sets the animation mode, which identifies cells for which animation is enabled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(TreeListAnimationType.Default)]
[XtraSerializableProperty]
public TreeListAnimationType AnimationType { get; set; }

Property Value

Type Default Description
TreeListAnimationType **Default**

Animation mode.

Available values:

Name Description
Default

The same value as the TreeListAnimationType.AnimateAllContent option.

AnimateAllContent

Animation is enabled within all visible cells.

AnimateFocusedNode

Animation is enabled within the focused node.

NeverAnimate

Animation is disabled.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AnimationType
WinForms Controls GanttControl
.OptionsView.AnimationType
ResourcesTree
.OptionsView.AnimationType
TreeList
.OptionsView.AnimationType
Reporting XRDesignFieldList
.OptionsView.AnimationType
XRDesignReportExplorer
.OptionsView.AnimationType

Remarks

The following controls, when used standalone or in-place within the TreeList, support animation of their contents:

The AnimationType property specifies the animation mode. It allows you to enable animation within the currently focused node, within all visible nodes at the same time or disable animation.

See Also