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

ASPxGridTextSettingsBase.FilterBarClear Property

Gets or sets the text of the Clear command displayed within the Filter Bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Remarks

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

See Also