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.v18.2.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 20 property paths
Library Object Type Path to CommandApplySearchPanelFilter
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandApplySearchPanelFilter
BootstrapGridView
.SettingsText.CommandApplySearchPanelFilter
ASP.NET Web Forms Controls ASPxCardView
.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
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

Remarks

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

SearchPanel

See Also