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

ASPxGridTextSettingsBase.CommandApplySearchPanelFilter Property

Gets or sets the text displayed within the Apply command item in the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string CommandApplySearchPanelFilter { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the command item’s text.

Property Paths

You can access this nested property as listed below:

Show 22 property paths
Library Object Type Path to CommandApplySearchPanelFilter
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.CommandApplySearchPanelFilter
ASPxGantt
.SettingsText.CommandApplySearchPanelFilter
ASPxGridView
.SettingsText.CommandApplySearchPanelFilter
ASPxTreeList
.SettingsText.CommandApplySearchPanelFilter
ASPxVerticalGrid
.SettingsText.CommandApplySearchPanelFilter
GridViewProperties
.SettingsText.CommandApplySearchPanelFilter
CardViewSettings
.SettingsText.CommandApplySearchPanelFilter
CardViewSettings<CardType>
.SettingsText.CommandApplySearchPanelFilter
GridViewSettings
.SettingsText.CommandApplySearchPanelFilter
GridViewSettings<RowType>
.SettingsText.CommandApplySearchPanelFilter
MVCxCardView
.SettingsText.CommandApplySearchPanelFilter
MVCxGantt
.SettingsText.CommandApplySearchPanelFilter
MVCxGridView
.SettingsText.CommandApplySearchPanelFilter
MVCxGridViewProperties
.SettingsText.CommandApplySearchPanelFilter
MVCxTreeList
.SettingsText.CommandApplySearchPanelFilter
MVCxVerticalGrid
.SettingsText.CommandApplySearchPanelFilter
TreeListSettings
.SettingsText.CommandApplySearchPanelFilter
TreeListSettings<RowType>
.SettingsText.CommandApplySearchPanelFilter
VerticalGridSettings
.SettingsText.CommandApplySearchPanelFilter
VerticalGridSettings<ColumnType>
.SettingsText.CommandApplySearchPanelFilter
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandApplySearchPanelFilter
BootstrapGridView
.SettingsText.CommandApplySearchPanelFilter

Remarks

If the CommandApplySearchPanelFilter property is set to an empty string, the default string (‘Search’) is displayed.

SearchPanel

See Also