Back to Devexpress

ASPxClientFilterControl.IsFilterExpressionValid Method

aspnet-js-aspxclientfiltercontrol-cb25b7b0.md

latest977 B
Original Source

ASPxClientFilterControl.IsFilterExpressionValid Method

Returns a value indicating whether the filter expression being currently composed on the client side is valid - all expression conditions are filled.

Declaration

ts
IsFilterExpressionValid(): boolean

Returns

TypeDescription
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

IsFilterExpressionValid()

Filter Control

ASPxClientFilterControl Class

ASPxClientFilterControl Members