Back to Devexpress

IModelCommonMemberViewItem.DataSourcePropertyIsNullCriteria Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-78ba0c87.md

latest2.0 KB
Original Source

IModelCommonMemberViewItem.DataSourcePropertyIsNullCriteria Property

Specifies the criteria upon which a list of objects is formed in the current lookup Property Editor.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDescription
String

A string specifying the criteria upon which a list of objects is formed in the current lookup Property Editor.

|

Remarks

This property is considered when the IModelCommonMemberViewItem.DataSourcePropertyIsNullMode property is set to DataSourcePropertyIsNullMode.CustomCriteria.

See Also

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace