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

CriteriaObjectTypeMemberAttribute.MemberName Property

Specifies the name of the class’ Type property which defines the type of the collection’s objects.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string MemberName { get; set; }

Property Value

Type Description
String

A string that holds the name of the class’ Type property which defines the type of the collection’s objects.

See Also