Skip to main content
Tab

ASPxFilterControlBase.ClearFilter() Method

In This Article

Clears the control’s filter expression.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void ClearFilter()

#Remarks

The ClearFilter method sets the ASPxFilterControlBase.FilterExpression property to empty and applies this change.

See Also