MComboBox
From RadPHP XE2 Documentation
MComboBox is a combobox, a field whose value user can choose from a list of possible values, defined by you.
Properties
| Name | Values | Description |
| ParentColor
|
boolean | Whether or not Color property value should be inherited from MComboBox’s parent component. |
| ParentFont
|
boolean | Whether or not Font property value should be inherited from MComboBox’s parent component. |
| ParentShowHint
|
boolean | Whether or not ShowHint property value should be inherited from MComboBox’s parent component. |
Mobile Components Common Properties
These properties are shared by all mobile components:
| Name | Values | Description |
| Enhancement
|
enFull enStructure None |
Determines component visual appearance. enFull will use JQuery Mobile default style, or a MobileTheme if there is one associated to the component. You will need to set this property to enStructure if you want it to use the style you defined through component properties other than MobileTheme, such as Font or Color. enNone will leave the component with its default appearance (no style at all). |