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

IModelClass.DefaultLookupEditorMode Property

Specifies the default mode for Lookup Property Editors bound to reference properties of the current type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

LookupEditorMode DefaultLookupEditorMode { get; set; }

Property Value

Type Description
LookupEditorMode

A LookupEditorMode enumeration value specifying the default mode for Lookup Property Editors bound to reference properties of the current type.

Remarks

By default, this property is set to the LookupEditorMode.Auto.

See Also