GridViewCommandColumn.ShowApplyFilterButton Property
Specifies whether the Apply command button is displayed in the command column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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