Skip to main content

TreeListAnimationType Enum

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public enum TreeListAnimationType

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