Skip to main content
A newer version of this page is available. .
Tab

ASPxGridLookup.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.v18.2.dll

Declaration

[DefaultValue(500)]
public int IncrementalFilteringDelay { get; set; }

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