Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#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