Skip to main content

BootstrapCardViewCommandButtonsSettings.SearchPanelApplyButton Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewSearchPanelCommandButtonSettings SearchPanelApplyButton { get; }

Property Value

Type Description
BootstrapCardViewSearchPanelCommandButtonSettings

A BootstrapCardViewSearchPanelCommandButtonSettings object that contains the button settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SearchPanelApplyButton
BootstrapCardView
.SettingsCommandButton .SearchPanelApplyButton

Remarks

The Apply button applies the filter specified in the search panel to the Card View control. 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.

See Also