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

ASPxVerticalGridCommandButtonSettings.SearchPanelClearButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridCommandButtonSettings SearchPanelClearButton { get; }

Property Value

Type Description
VerticalGridCommandButtonSettings

A VerticalGridCommandButtonSettings object that contains the button settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchPanelClearButton
ASPxVerticalGrid
.SettingsCommandButton.SearchPanelClearButton
MVCxVerticalGrid
.SettingsCommandButton.SearchPanelClearButton
VerticalGridSettings
.SettingsCommandButton.SearchPanelClearButton
VerticalGridSettings<ColumnType>
.SettingsCommandButton.SearchPanelClearButton

Remarks

The Clear button applies the filter specified in the search panel to the ASPxVerticalGrid. 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.

ASPxVerticalGrid-SearchPanel-ApplyClearButtons

See Also