ASPxClientFilterControl.IsFilterExpressionValid Method
In This Article
Returns a value indicating whether the filter expression being currently composed on the client side is valid - all expression conditions are filled.
#Declaration
TypeScript
IsFilterExpressionValid(): boolean
#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