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

ASPxHint.Animation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if animation is enabled; otherwise false.

See Also