Skip to main content
Tab

ASPxGridViewCommandButtonSettings.SearchPanelApplyButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

Declaration

public GridViewCommandButtonSettings SearchPanelApplyButton { get; }

Property Value

Type Description
GridViewCommandButtonSettings

A GridViewCommandButtonSettings 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 Web Forms Controls ASPxGridView
.SettingsCommandButton .SearchPanelApplyButton
GridViewProperties
.SettingsCommandButton .SearchPanelApplyButton
ASP.NET MVC Extensions GridViewSettings
.SettingsCommandButton .SearchPanelApplyButton
MVCxGridViewProperties
.SettingsCommandButton .SearchPanelApplyButton

Remarks

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

SearchPanel

See Also