ASPxGridViewBehaviorSettings.AutoFilterRowInputDelay Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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:
Object Type | Path to Auto |
---|---|
ASPx |
|
Grid |
|
#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 ASPx
See Also