Skip to main content
.NET 6.0+

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