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

ASPxGridSearchPanelSettings.AllowTextInputTimer Property

Specifies whether a search panel filter is applied automatically or manually.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AllowTextInputTimer { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a search panel filter is applied automatically after a specified the time period, false if a search panel filter is applied manually.

Property Paths

You can access this nested property as listed below:

Show 20 property paths
Library Object Type Path to AllowTextInputTimer
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsSearchPanel.AllowTextInputTimer
BootstrapGridView
.SettingsSearchPanel.AllowTextInputTimer
ASP.NET Web Forms Controls ASPxCardView
.SettingsSearchPanel.AllowTextInputTimer
ASPxGridView
.SettingsSearchPanel.AllowTextInputTimer
ASPxTreeList
.SettingsSearchPanel.AllowTextInputTimer
ASPxVerticalGrid
.SettingsSearchPanel.AllowTextInputTimer
GridViewProperties
.SettingsSearchPanel.AllowTextInputTimer
CardViewSettings
.SettingsSearchPanel.AllowTextInputTimer
CardViewSettings<CardType>
.SettingsSearchPanel.AllowTextInputTimer
GridViewSettings
.SettingsSearchPanel.AllowTextInputTimer
GridViewSettings<RowType>
.SettingsSearchPanel.AllowTextInputTimer
MVCxCardView
.SettingsSearchPanel.AllowTextInputTimer
MVCxGridView
.SettingsSearchPanel.AllowTextInputTimer
MVCxGridViewProperties
.SettingsSearchPanel.AllowTextInputTimer
MVCxTreeList
.SettingsSearchPanel.AllowTextInputTimer
MVCxVerticalGrid
.SettingsSearchPanel.AllowTextInputTimer
TreeListSettings
.SettingsSearchPanel.AllowTextInputTimer
TreeListSettings<RowType>
.SettingsSearchPanel.AllowTextInputTimer
VerticalGridSettings
.SettingsSearchPanel.AllowTextInputTimer
VerticalGridSettings<ColumnType>
.SettingsSearchPanel.AllowTextInputTimer

Remarks

By default, a search panel filter criterion is applied automatically after the time period specified by the ASPxGridSearchPanelSettings.Delay property has elapsed.

You can disable the time delay by setting the 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