A newer version of this page is available.
Switch to the current version.
TreeListAnimationType Enum
Lists the values that identify cells within which animation is enabled.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
Members
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. |
Related API Members
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
Feedback