Skip to main content
.NET 6.0+

CriteriaObjectTypeMemberAttribute(String) Constructor

Initializes a new instance of the CriteriaObjectTypeMemberAttribute class.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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