Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
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