ASPxClientDockingFilterPredicate 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 ASPxClientDockingFilterPredicate
Parameters
Name | Type | Description |
---|---|---|
item | any | An object to compare against the criteria defined within the method. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
The predicate is the method implemented to check whether an object meets the specified criteria. The ASPxClientDockingFilterPredicate delegate is used by the specific client methods (such as the ASPxClientDockManager.GetPanels, ASPxClientDockZone.GetPanels or ASPxClientDockManager.GetZones) to define the filter applied to an object collection.
For more information on predicates, see Predicate Delegate.