Back to Devexpress

IObjectSpace.CanApplyFilter(Object) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-canapplyfilter-x28-system-dot-object-x29.md

latest1.8 KB
Original Source

IObjectSpace.CanApplyFilter(Object) Method

Indicates whether a particular collection can be filtered on the client side.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool CanApplyFilter(
    object collection
)
vb
Function CanApplyFilter(
    collection As Object
) As Boolean

Parameters

NameTypeDescription
collectionObject

A collection whose client-side filtering capability must be determined.

|

Returns

TypeDescription
Boolean

true , if the specified collection can be filtered on the client side; otherwise, false.

|

Remarks

In this method, check whether the objects retrieved to the collection specified as the collection parameter can be filtered again after they have been filtered by the IObjectSpace.ApplyCriteria method on the storage side.

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace