ASPxGridViewCommandButtonSettings.ClearFilterButton Property
Gets the Clear command button‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 MVC Extensions | GridViewSettings |
|
| MVCxGridViewProperties |
|
|
| ASP.NET Web Forms Controls | ASPxGridView |
|
| GridViewProperties |
|
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