Skip to main content

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.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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