Skip to main content

GridAnimationType Enum

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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.

See Also