BootstrapComboBoxPropertiesBuilder.IncrementalFilteringDelay(Int32) Method
In This Article
Sets the time interval between the time a user starts typing within the editor’ edit box, and filtering is applied.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder IncrementalFilteringDelay(
int incrementalFilteringDelay
)
#Parameters
Name | Type |
---|---|
incremental |
Int32 |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also