IModelCommonMemberViewItem.DataSourceCriteria Property
Specifies filtering criteria for the current Property Editor, if it displays a reference property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.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