| PropertyControlType Enumeration |
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum PropertyControlType
Members
| Member name | Value | Description |
---|
| TextBox | 0 |
Valid for: ValueProperty - all data types except Boolean.
|
| DropDown | 1 |
Valid for: ValueProperty - data type Boolean, SetProperty and ReferenceProperty.
|
| Radio | 2 |
Valid for: ValueProperty - data type Boolean and SetProperty.
|
| Checkbox | 3 |
Valid for: ValueProperty - data type Boolean, SetProperty and ReferenceProperty.
|
| ListBox | 4 |
Valid for: ValueProperty - data type Boolean and SetProperty.
Do not use this value.
|
| LookupSingle | 5 |
Valid for: ReferenceProperty.
|
| LookupMultiple | 6 |
Valid for: SetProperty and ReferenceProperty.
|
| TableLookup | 7 |
Valid for: ReferenceProperty - if it has attributes.
|
See Also