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

ASPxGridViewCommandButtonSettings.SearchPanelClearButton Property

Gets settings of the Clear command button displayed in the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewCommandButtonSettings SearchPanelClearButton { get; }

Property Value

Type Description
GridViewCommandButtonSettings

A GridViewCommandButtonSettings object that contains the button settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

The Clear button applies the filter specified in the search panel to the ASPxGridView. Use the SearchPanelClearButton property to specify the button’s image, caption, style, and type. The button’s visibility is specified by the ASPxGridSearchPanelSettings.ShowClearButton property.

SearchPanel

See Also