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