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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(GridAnimationType.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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 |
|
See Also