Back to Devexpress

GridAnimationType Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-de6d42c2.md

latest2.1 KB
Original Source

GridAnimationType Enum

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum GridAnimationType
vb
Public Enum GridAnimationType

Members

NameDescription
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.

|

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

AnimationType

DevExpress.XtraGrid.Views.Base Namespace