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

GridAnimationType Enum

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

public enum GridAnimationType

Members

Name Description
Default

Animation is enabled within a View’s focused row/card if the WindowsFormsSettings.AnimationMode global setting is set to Default or EnableAll; otherwise, disables animation.

AnimateAllContent

Animation is enabled within all visible cells of a View object.

AnimateFocusedItem

Animation is enabled within a View’s focused row/card.

NeverAnimate

Animation is disabled.

Related API Members

The following properties accept/return GridAnimationType values:

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridAnimationType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also