Back to Devexpress

ASPxClientControlPredicate Interface

aspnet-js-aspxclientcontrolpredicate.md

latest1.0 KB
Original Source

ASPxClientControlPredicate Interface

A JavaScript function which returns a value specifying whether an object meets the criteria defined within the method specified by this delegate.

Declaration

ts
interface ASPxClientControlPredicate

Parameters

NameTypeDescription
controlany

An object to compare against the criteria defined within the method.

|

Returns

TypeDescription
boolean

true if the object meets the criteria; otherwise, false.

|

Remarks

The predicate is the method implemented to check whether an object meets the specified criteria. The ASPxClientControlPredicate delegate is used by the specific client ASPxClientControlCollection.GetControlsByPredicate method to get all controls in the collection that satisfy the specified predicate.

For more information on predicates, see Predicate Delegate.