Back to Devexpress

TileViewItemOptions.AllowPressAnimation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-32e46bff.md

latest1.9 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowPressAnimation { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property AllowPressAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to AllowPressAnimation
TileView

.OptionsTiles .AllowPressAnimation

|

See Also

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace