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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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