Skip to main content

ColumnViewOptionsView.GetAnimationType() Method

Returns the actual animation type.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.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