Back to Devexpress

ASPxHint.Animation Property

aspnet-devexpress-dot-web-dot-aspxhint-3cd84af1.md

latest985 B
Original Source

ASPxHint.Animation Property

Gets or sets whether a hint should use animation effects when it appears.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if animation is enabled; otherwise false.

|

See Also

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace