Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseObjectSpace.GetAssociatedCollectionCriteria(Object, IMemberInfo) Method

Returns the criteria applied to a specific object’s associated collection property.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public CriteriaOperator GetAssociatedCollectionCriteria(
    object obj,
    IMemberInfo memberInfo
)

#Parameters

Name Type Description
obj Object

An object whose collection property’s criteria must be retrieved.

memberInfo IMemberInfo

An IMemberInfo object supplying metadata on the associated collection property.

#Returns

Type Description
CriteriaOperator

A CriteriaOperator object that is the criteria applied to the specified object’s associated collection property.

See Also