Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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