Skip to main content
A newer version of this page is available. .

ColumnViewOptionsView.GetAnimationType() Method

Returns the actual animation type.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

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