Skip to main content
Tab

TextEditHelpTextSettings.EnablePopupAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when the help text pops up.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if a specific animation effect is used; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnablePopupAnimation
ASPxTextEdit
.HelpTextSettings .EnablePopupAnimation
TextEditProperties
.HelpTextSettings .EnablePopupAnimation
See Also