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

ASPxGridViewBehaviorSettings.AutoFilterRowInputDelay Property

Gets or sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(1200)]
public int AutoFilterRowInputDelay { get; set; }

Property Value

Type Default Description
Int32 1200

An integer value that specifies the time interval, in milliseconds.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoFilterRowInputDelay
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .AutoFilterRowInputDelay
GridViewProperties
.SettingsBehavior .AutoFilterRowInputDelay
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .AutoFilterRowInputDelay
ASP.NET MVC Extensions GridViewSettings
.SettingsBehavior .AutoFilterRowInputDelay
GridViewSettings<RowType>
.SettingsBehavior .AutoFilterRowInputDelay
MVCxGridView
.SettingsBehavior .AutoFilterRowInputDelay
MVCxGridViewProperties
.SettingsBehavior .AutoFilterRowInputDelay

Remarks

Use the GridViewDataColumnSettings.AllowAutoFilterTextInputTimer property to enable/disable the automatic filter application property for each column.

Note

The automatic filter application is disabled when the ASPxGridViewBehaviorSettings.FilterRowMode property is set to OnClick.

See Also