Skip to main content
Tab

GridViewCommandColumn.ShowApplyFilterButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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