ASPxGridViewCommandButtonSettings.SearchPanelApplyButton Property
In This Article
Gets settings of the Apply command button displayed in the search panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCommandButtonSettings SearchPanelApplyButton { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Search |
---|---|---|
ASP. |
Grid |
|
MVCx |
|
|
ASP. |
ASPx |
|
Grid |
|
#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.
See Also