Skip to main content

CriteriaOptionsAttribute.ObjectTypeMemberName Property

Specifies the name of the System.Type property in the business class that defines the type of objects the criterion filters.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public string ObjectTypeMemberName { get; set; }

Property Value

Type Description
String

A string that contains the name of the System.Type property in the business class that defines the type of objects the criterion filters.

Remarks

For more information about Criteria Properties, refer to the following topic: Criteria Properties.

See Also