MetadataModelPropertyUiEditorType Enumeration
Provides options for the type of editor control to use for the parent property in automatically generated metadata entry UI.
Enumeration Values
Name | Summary |
---|---|
Automatic | Specifies that a the type of editor control should be automatically selected based on the data type of the parent property. |
Text | Specifies that a textbox editor control should be used. |
Number | Specifies that a number spinner editor control should be used. |
Select | Specifies that a selection combo box editor control should be used. |
Readonly | Specifies that a readonly label control should be used. |