Back to Devexpress

ASPxCardViewCommandButtonSettings.SearchPanelApplyButton Property

aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-7bc09b68.md

latest2.9 KB
Original Source

ASPxCardViewCommandButtonSettings.SearchPanelApplyButton Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandButtonSettings SearchPanelApplyButton { get; }
vb
Public ReadOnly Property SearchPanelApplyButton As CardViewCommandButtonSettings

Property Value

TypeDescription
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that contains the button settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to SearchPanelApplyButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .SearchPanelApplyButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.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.

See Also

Card View

ShowApplyButton

Card View Search Panel

Card View Elements

Online Demo: CardView - Search Panel

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace