Enum MetadataModelPropertyUiEditorType
C#
public enum MetadataModelPropertyUiEditorType
Fields
Automatic | Specifies that a the type of editor control should be automatically selected based on the data type of the parent property. |
Number | Specifies that a number spinner editor control should be used. |
Readonly | Specifies that a readonly label control should be used. |
Select | Specifies that a selection combo box editor control should be used. |
Text | Specifies that a textbox editor control should be used. |