Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to EnableAnimation
ASPxListBox
.FilteringSettings .EnableAnimation
ListBoxProperties
.FilteringSettings .EnableAnimation

Remarks

Online demos:

Note

The EnableAnimation property is not in effect in IE8 browser.

See Also