ASPxGridLookup.IncrementalFilteringDelay Property
Gets or sets the time interval between when a user starts typing within the editor’s edit box and when the ASPxGridLookup applies the filter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 500 | An integer value that specifies the time interval, in milliseconds. |
Remarks
This property is in effect if the ASPxGridLookup.IncrementalFilteringMode property is not set to IncrementalFilteringMode.None.
See Incremental Filtering, to learn more.
See Also