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

ASPxGridViewCommandButtonSettings.ClearFilterButton Property

Gets the Clear command button‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCommandButtonSettings ClearFilterButton { get; }

Property Value

Type Description
GridViewCommandButtonSettings

A GridViewCommandButtonSettings object that specifies the button’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ClearFilterButton
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsCommandButton .ClearFilterButton
GridViewProperties
.SettingsCommandButton .ClearFilterButton
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCommandButton .ClearFilterButton
ASP.NET MVC Extensions GridViewSettings
.SettingsCommandButton .ClearFilterButton
GridViewSettings<RowType>
.SettingsCommandButton .ClearFilterButton
MVCxGridView
.SettingsCommandButton .ClearFilterButton
MVCxGridViewProperties
.SettingsCommandButton .ClearFilterButton

Remarks

The Clear button clears the filter expression applied to the ASPxGridView. Use the ClearFilterButton property to specify the button’s image, caption and type. The button visibility in a column is specified by the GridViewCommandColumn.ShowClearFilterButton property.

The Clear button can be displayed if the Filter Row is visible and a filter expression is applied to the grid.

See Also