Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int IncrementalFilteringDelay { get; set; }

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