CriteriaObjectTypeMemberAttribute(String) Constructor
Initializes a new instance of the CriteriaObjectTypeMemberAttribute class.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v23.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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