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

DataSourcePropertyAttribute.DataSourcePropertyIsNullMode Property

Specifies the Lookup Property Editor’s data source, in case the collection property specified by the DataSourcePropertyAttribute.DataSourceProperty is set to null (Nothing in VB).

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public DataSourcePropertyIsNullMode DataSourcePropertyIsNullMode { get; }

Property Value

Type Description
DataSourcePropertyIsNullMode

A DataSourcePropertyIsNullMode enumeration value that specifies the Lookup Property Editor’s data source.

Remarks

You can change the DataSourcePropertyIsNullMode‘s value specified in code via the BOModel | <Class> | OwnMembers | <Member> node’s IModelCommonMemberViewItem.DataSourcePropertyIsNullMode property in the Model Editor.

To learn how to specify the Lookup Property Editor’s data source via the DataSourcePropertyAttribute, refer to the Filter Lookup Editor Data Source topic.

See Also