Skip to main content
.NET 6.0+

LookupEditorModeAttribute(LookupEditorMode) Constructor

Initializes a new instance of the LookupEditorModeAttribute class and sets the LookupEditorModeAttribute.Mode property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LookupEditorModeAttribute(
    LookupEditorMode mode
)

Parameters

Name Type Description
mode LookupEditorMode

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

See Also