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
[CriteriaOptions("MemberInfo,Type,ModelMember.Type")]
[ModelBrowsable(typeof(ListEditorsVisibilityCalculator))]
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