Skip to main content
Tab

ListBoxFilteringSettings.Delay Property

Gets or sets the time interval between the time when a user starts typing within the list box’s filter editor, and filtering is applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(100)]
public int Delay { get; set; }

Property Value

Type Default Description
Int32 100

An integer value that specifies the time interval in milliseconds.

Property Paths

You can access this nested property as listed below:

Object Type Path to Delay
ASPxListBox
ListBoxProperties

Remarks

Online demos:

See Also