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

ASPxGridSearchPanelSettings.ShowClearButton Property

Specifies whether the Clear button is displayed in the search panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowClearButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the button is visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 20 property paths

Remarks

When the ASPxGridSearchPanelSettings.Visible property is set to true, the search panel is displayed in the grid control. It allows end-users to filter grid data by typing the required text in the panel editor. The Clear button allows end-users to clear the panel editor.

Use the ShowClearButton property to specify whether the Clear button is displayed in the search panel.

See Also