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.v19.1.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 22 property paths
Library Object Type Path to CommandClearSearchPanelFilter
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.CommandClearSearchPanelFilter
ASPxGantt
.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
MVCxGantt
.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
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.CommandClearSearchPanelFilter
BootstrapGridView
.SettingsText.CommandClearSearchPanelFilter

Remarks

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

SearchPanel

See Also