Back to Devexpress

TileItem.AllowSelectAnimation Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-e1815694.md

latest1.6 KB
Original Source

TileItem.AllowSelectAnimation Property

Gets or sets whether a “press” animation effect on a click is allowed for the TileItem.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public bool AllowSelectAnimation { get; set; }
vb
<DXCategory("Behavior")>
Public Property AllowSelectAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if a “press” animation effect on a click is allowed for the item, false , if animation is disabled

|

Remarks

This property is not in effect if the TileControl.AllowSelectedItem property is set to true.

TileBarItem does not support the AllowSelectAnimation property.

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace