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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
Boolean |
|
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