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

ListBoxFilteringSettings.EnableAnimation Property

Gets or sets the value that specifies whether a specific animation effect is used when the filter editor invokes/hides if the “Select All” mode is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to use animation; otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Online demos:

Note

The EnableAnimation property is not in effect in IE8 browser.

See Also