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

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

Declaration

DataSourcePropertyIsNullMode DataSourcePropertyIsNullMode { get; set; }

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