Back to Devexpress

IModelCommonMemberViewItem.DataSourceCriteria Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-f55518e9.md

latest1.6 KB
Original Source

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

csharp
[CriteriaOptions("MemberInfo,ModelMember.MemberInfo,Type,ModelMember.Type")]
string DataSourceCriteria { get; set; }
vb
<CriteriaOptions("MemberInfo,ModelMember.MemberInfo,Type,ModelMember.Type")>
Property DataSourceCriteria As String

Property Value

TypeDescription
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

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace