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

ASPxGridTextSettingsBase.CommandClearSearchPanelFilter Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string CommandClearSearchPanelFilter { 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 CommandClearSearchPanelFilter
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandClearSearchPanelFilter
BootstrapGridView
.SettingsText.CommandClearSearchPanelFilter
ASP.NET Web Forms Controls ASPxCardView
.SettingsText.CommandClearSearchPanelFilter
ASPxGridView
.SettingsText.CommandClearSearchPanelFilter
ASPxTreeList
.SettingsText.CommandClearSearchPanelFilter
ASPxVerticalGrid
.SettingsText.CommandClearSearchPanelFilter
GridViewProperties
.SettingsText.CommandClearSearchPanelFilter
CardViewSettings
.SettingsText.CommandClearSearchPanelFilter
CardViewSettings<CardType>
.SettingsText.CommandClearSearchPanelFilter
GridViewSettings
.SettingsText.CommandClearSearchPanelFilter
GridViewSettings<RowType>
.SettingsText.CommandClearSearchPanelFilter
MVCxCardView
.SettingsText.CommandClearSearchPanelFilter
MVCxGridView
.SettingsText.CommandClearSearchPanelFilter
MVCxGridViewProperties
.SettingsText.CommandClearSearchPanelFilter
MVCxTreeList
.SettingsText.CommandClearSearchPanelFilter
MVCxVerticalGrid
.SettingsText.CommandClearSearchPanelFilter
TreeListSettings
.SettingsText.CommandClearSearchPanelFilter
TreeListSettings<RowType>
.SettingsText.CommandClearSearchPanelFilter
VerticalGridSettings
.SettingsText.CommandClearSearchPanelFilter
VerticalGridSettings<ColumnType>
.SettingsText.CommandClearSearchPanelFilter

Remarks

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

SearchPanel

See Also