ListBoxFilteringSettings.Delay Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 |
---|---|
ASPx |
|
List |
|
#Remarks
Online demos:
See Also