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

GridViewCommandColumn.ShowApplyFilterButton Property

Specifies whether the Apply command button is displayed in the command column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool ShowApplyFilterButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the button is visible; otherwise, false.

Remarks

Use the ShowApplyFilterButton property to specify whether the Apply button is visible in the command column when the filter row is in OnClick mode (the ASPxGridViewBehaviorSettings.FilterRowMode is set to OnClick). The button settings can be customized using the ASPxGridViewCommandButtonSettings.ApplyFilterButton property.

See Also