BootstrapGridViewBehaviorSettingsBuilder.AutoFilterRowInputDelay(Int32) Method
In This Article
Sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder AutoFilterRowInputDelay(
int autoFilterRowInputDelay
)
#Parameters
Name | Type |
---|---|
auto |
Int32 |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also