IModelCommonMemberViewItem.LookupEditorMode Property
Specifies the mode of the current Lookup Property Editor.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[ModelBrowsable(typeof(TagBoxListPropertyEditorCalculator))]
LookupEditorMode LookupEditorMode { get; set; }
Property Value
| Type | Description |
|---|---|
| LookupEditorMode | A LookupEditorMode enumeration value specifying the mode of the current Lookup Property Editor. |
See Also