Back to Devexpress

TreeListAnimationType Enum

windowsforms-devexpress-dot-xtratreelist-f98b90a8.md

latest1.9 KB
Original Source

TreeListAnimationType Enum

Lists the values that identify cells within which animation is enabled.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public enum TreeListAnimationType
vb
Public Enum TreeListAnimationType

Members

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.

|

The following properties accept/return TreeListAnimationType values:

Remarks

A TreeList control supports animation when displaying animated GIF files using the in-place ImageEdit or PictureEdit editors. Use the TreeListOptionsView.AnimationType property to select the animation mode or disable animation.

See Also

DevExpress.XtraTreeList Namespace