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.v26.1.dll
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 |
|---|---|
| ASPxListBox |
|
| ListBoxProperties |
|
Remarks
Online demos:
See Also