Back to Devexpress

IObjectSpace.GetFilter(Object) Method

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

latest1.8 KB
Original Source

IObjectSpace.GetFilter(Object) Method

Returns the criteria used to filter a particular collection on the client side.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
CriteriaOperator GetFilter(
    object collection
)
vb
Function GetFilter(
    collection As Object
) As CriteriaOperator

Parameters

NameTypeDescription
collectionObject

An object that is the collection whose client-side filter must be retrieved.

|

Returns

TypeDescription
CriteriaOperator

A DevExpress.Data.Filtering.CriteriaOperator object that specifies the criteria used to filter objects on the client side.

|

See Also

IObjectSpace.GetCriteria(Object)

EFCoreObjectSpace.GetCriteria(Object)

XPObjectSpace.GetCriteria(Object)

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace