Skip to main content
.NET 6.0+

IModelCommonMemberViewItem.DataSourceCriteria Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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