windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-de6d42c2.md
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
public enum GridAnimationType
Public Enum GridAnimationType
| 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.
|
The following properties accept/return GridAnimationType values:
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