Skip to main content
Tab

ASPxFilterControlBase.IsFilterExpressionValid() Method

Returns a value indicating whether the composed filter expression is valid - all expression conditions are filled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsFilterExpressionValid()

Returns

Type Description
Boolean

true if the filter expression is valid; otherwise, false.

Remarks

The IsFilterExpressionValid method can be used to validate the composed filter expression for completeness. This method checks whether all expression conditions are filled, and indicates whether it’s safe to apply the expression.

See Also