Back to Devexpress

ASPxGridViewBehaviorSettings.AutoFilterRowInputDelay Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-8d36c2fe.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(1200)]
public int AutoFilterRowInputDelay { get; set; }
vb
<DefaultValue(1200)>
Public Property AutoFilterRowInputDelay As Integer

Property Value

TypeDefaultDescription
Int321200

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoFilterRowInputDelay
ASPxGridView

.SettingsBehavior .AutoFilterRowInputDelay

| | GridViewProperties |

.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

Grid View

AllowAutoFilterTextInputTimer

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace