ColumnViewOptionsView.GetAnimationType() Method
Returns the actual animation type.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| GridAnimationType | If the ColumnViewOptionsView.AnimationType property is set to Default, the AnimateFocusedItem value is returned; Otherwise, the ColumnViewOptionsView.AnimationType property’s value is returned. |
See Also