Skip to main content

ColumnViewOptionsView.GetAnimationType() Method

Returns the actual animation type.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridAnimationType GetAnimationType()

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