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

ASPxCardViewCommandButtonSettings.SearchPanelApplyButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewCommandButtonSettings SearchPanelApplyButton { get; }

Property Value

Type Description
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that contains the button settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SearchPanelApplyButton
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsCommandButton.SearchPanelApplyButton
CardViewSettings
.SettingsCommandButton.SearchPanelApplyButton
CardViewSettings<CardType>
.SettingsCommandButton.SearchPanelApplyButton
MVCxCardView
.SettingsCommandButton.SearchPanelApplyButton
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsCommandButton.SearchPanelApplyButton

Remarks

The Apply button applies the filter specified in the search panel to the ASPxCardView. Use the SearchPanelApplyButton property to specify the button’s image, caption, style, and type. The button’s visibility is specified by the ASPxGridSearchPanelSettings.ShowApplyButton property.

ASPxCardView_Searching

See Also