LookupEditorModeAttribute(LookupEditorMode) Constructor
Initializes a new instance of the LookupEditorModeAttribute class and sets the LookupEditorModeAttribute.Mode property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mode | LookupEditorMode | A LookupEditorMode enumeration value representing a display mode of the target property’s Lookup Property Editor. |
See Also