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

TileViewOptionsView.AnimationType Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(GridAnimationType.Default)]
[XtraSerializableProperty]
public GridAnimationType AnimationType { get; set; }

Property Value

Type Default
GridAnimationType **Default**

Available values:

Name Description
Default

Animation is enabled within a View’s focused row/card if the WindowsFormsSettings.AnimationMode global setting is set to Default or EnableAll; otherwise, disables animation.

AnimateAllContent

Animation is enabled within all visible cells of a View object.

AnimateFocusedItem

Animation is enabled within a View’s focused row/card.

NeverAnimate

Animation is disabled.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationType
TileView
.OptionsView.AnimationType
See Also