Back to Devexpress

ASPxGridBase.FilterEnabled Property

aspnet-devexpress-dot-web-dot-aspxgridbase-1a3af0ae.md

latest1.7 KB
Original Source

ASPxGridBase.FilterEnabled Property

Gets or sets whether the current filter is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool FilterEnabled { get; set; }
vb
<DefaultValue(True)>
Public Property FilterEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to enable the current filter; otherwise, false.

|

Remarks

Use the FilterEnabled property to temporarily disable and enable the current filter in code. End-users can do this by toggling the filter button as shown in the image below:

To disable/enable the current filter on the client, use the SetFilterEnabled method.

See Also

js-ASPxClientCardView.SetFilterEnabled

js-ASPxClientGridView.SetFilterEnabled

js-ASPxClientVerticalGrid.SetFilterEnabled

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace