ColumnViewOptionsView.AnimationType Property
Gets or sets the animation mode, which identifies cells for which animation is enabled.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(GridAnimationType.Default)]
[XtraSerializableProperty]
public GridAnimationType AnimationType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Default | A Grid |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Animation |
---|---|
Column |
|
#Remarks
The following controls, when used standalone or in-place within the GridControl, support animation of their contents:
- The PictureEdit and ImageEdit editors (when they display animated GIF files).
- The MarqueeProgressBarControl control.
The AnimationType property specifies animation mode. It allows you to enable animation within the currently focused row/card, within all visible rows/cards at the same time or disable animation.