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

ASPxGridSearchPanelSettings.Delay Property

Gets or sets the time interval between the time an end-user starts typing within the search panel, and filtering is applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 1200

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

Property Paths

You can access this nested property as listed below:

Remarks

When the ASPxGridSearchPanelSettings.Visible property is set to true, the search panel is displayed in the grid control. It allows end-users to filter grid data by typing the required text in the panel editor. Use the Delay property to specify the time interval between the time an and-user starts typing in the search panel, and filtering is applied.

You can disable the time delay by setting the ASPxGridSearchPanelSettings.AllowTextInputTimer property to false. In this case, the filter criterion is not applied automatically. An end-user can click the Apply (Search) button or press the ENTER key to apply the entered criterion.

See Also