aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-e195bbcf.md
Gets settings of the Clear command button displayed in the search panel.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public CardViewCommandButtonSettings SearchPanelClearButton { get; }
Public ReadOnly Property SearchPanelClearButton As CardViewCommandButtonSettings
| Type | Description |
|---|---|
| CardViewCommandButtonSettings |
A CardViewCommandButtonSettings object that contains the button settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to SearchPanelClearButton |
|---|---|---|
| ASP.NET MVC Extensions | CardViewSettings |
.SettingsCommandButton .SearchPanelClearButton
| | ASP.NET Web Forms Controls | ASPxCardView |
.SettingsCommandButton .SearchPanelClearButton
|
The Clear button applies the filter specified in the search panel to the ASPxCardView. 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.
See Also
Online Demo: CardView - Search Panel
ASPxCardViewCommandButtonSettings Class