Back to Devexpress

ASPxClientDockingFilterPredicate Interface

aspnet-js-aspxclientdockingfilterpredicate.md

latest1.2 KB
Original Source

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

ts
interface ASPxClientDockingFilterPredicate

Parameters

NameTypeDescription
itemany

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 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.