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

IModelCommonMemberViewItem.DataSourceCriteria Property

Specifies filtering criteria for the current Property Editor, if it displays a reference property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[CriteriaOptions("MemberInfo,ModelMember.MemberInfo,Type,ModelMember.Type")]
string DataSourceCriteria { get; set; }

Property Value

Type Description
String

A string specifying filtering criteria for the current Property Editor, if it displays a reference property.

Remarks

For details, refer to the DataSourceCriteriaAttribute class description.

See Also