Skip to main content
.NET 6.0+

LookupEditorModeAttribute.Mode Property

Specifies the mode of the target business class property’s Lookup Property Editor.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LookupEditorMode Mode { get; }

Property Value

Type Description
LookupEditorMode

A LookupEditorMode enumeration value representing a display mode of the target property’s Lookup Property Editor.

See Also