Skip to main content
A newer version of this page is available. .

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

interface ASPxClientControlPredicate

Parameters

Name Type Description
control any

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

Returns

Type Description
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 in MSDN.