Skip to main content
A newer version of this page is available. .

CriteriaObjectTypeMemberAttribute(String) Constructor

Initializes a new instance of the CriteriaObjectTypeMemberAttribute class.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CriteriaObjectTypeMemberAttribute(
    string memberName
)

Parameters

Name Type Description
memberName String

A string that holds the name of the class’ Type property, which defines the type of the collection’s objects. This parameter’s value is assigned to the CriteriaObjectTypeMemberAttribute.MemberName property.

See Also