GridAnimationType Enum
Lists the values that identify cells within which animation is enabled.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Animation is enabled within a View’s focused row/card if the Windows |
Animate
|
Animation is enabled within all visible cells of a View object. |
Animate
|
Animation is enabled within a View’s focused row/card. |
Never
|
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.