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

TileViewItemOptions.AllowPressAnimation Property

Gets or sets whether tiles within this TileView should be displayed as sunken when an end-user presses them.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(true)]
public bool AllowPressAnimation { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if tiles within this TileView should be displayed as sunken when an end-user presses them; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowPressAnimation
TileView
.OptionsTiles.AllowPressAnimation
See Also