Back to Devexpress

GridViewCommandColumn.ShowApplyFilterButton Property

aspnet-devexpress-dot-web-dot-gridviewcommandcolumn-815ce890.md

latest1.9 KB
Original Source

GridViewCommandColumn.ShowApplyFilterButton Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowApplyFilterButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowApplyFilterButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Grid View

Filter Row

GridViewCommandColumn Class

GridViewCommandColumn Members

DevExpress.Web Namespace