Click or drag to resize

PropertyControlType Enumeration

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum PropertyControlType
Members
  Member nameValueDescription
TextBox0 Valid for: ValueProperty - all data types except Boolean.
DropDown1 Valid for: ValueProperty - data type Boolean, SetProperty and ReferenceProperty.
Radio2 Valid for: ValueProperty - data type Boolean and SetProperty.
Checkbox3 Valid for: ValueProperty - data type Boolean, SetProperty and ReferenceProperty.
ListBox4 Valid for: ValueProperty - data type Boolean and SetProperty. Do not use this value.
LookupSingle5 Valid for: ReferenceProperty.
LookupMultiple6 Valid for: SetProperty and ReferenceProperty.
TableLookup7 Valid for: ReferenceProperty - if it has attributes.
See Also