IModelCommonMemberViewItem.DataSourcePropertyIsNullMode Property
Specifies objects displayed in the current Lookup Property Editor, when the IModelMemberViewItem.DataSourceProperty property is null (Nothing in VB).
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
DataSourcePropertyIsNullMode | A DataSourcePropertyIsNullMode enumeration value specifying objects displayed in the current Lookup Property Editor, when the DataSourceProperty property is null. |
Remarks
This property is considered when the DataSourcePropertyAttribute is applied to the current Property Editor.
See Also