Back to Devexpress

TreeListOptionsView.AnimationType Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-d46b941e.md

latest2.8 KB
Original Source

TreeListOptionsView.AnimationType Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(TreeListAnimationType.Default)]
[XtraSerializableProperty]
public TreeListAnimationType AnimationType { get; set; }
vb
<DefaultValue(TreeListAnimationType.Default)>
<XtraSerializableProperty>
Public Property AnimationType As TreeListAnimationType

Property Value

TypeDefaultDescription
TreeListAnimationTypeDefault

Animation mode.

|

Available values:

NameDescription
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:

Object TypePath to AnimationType
TreeList

.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

Inplace Editors

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace