Back to Devexpress

ColumnViewOptionsView.AnimationType Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsview-808e7b34.md

latest3.2 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DefaultValue(GridAnimationType.Default)]
[XtraSerializableProperty]
public GridAnimationType AnimationType { get; set; }
vb
<DefaultValue(GridAnimationType.Default)>
<XtraSerializableProperty>
Public Property AnimationType As GridAnimationType

Property Value

TypeDefaultDescription
GridAnimationTypeDefault

A GridAnimationType value that represents animation mode.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AnimationType
ColumnView

.OptionsView .AnimationType

|

Remarks

The following controls, when used standalone or in-place within the GridControl, support animation of their contents:

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.

See Also

GetAnimationType()

Data Editing and Validation

ColumnViewOptionsView Class

ColumnViewOptionsView Members

DevExpress.XtraGrid.Views.Base Namespace