Skip to main content

ColumnViewOptionsView.GetAnimationType() Method

Returns the actual animation type.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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