Skip to main content
.NET 6.0+

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.v23.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