MRadioGroup
From RadPHP XE2 Documentation
MRadioGroup is a group of radio buttons. Only one item can be selected at a time. You can manage its items through its Items property.
Properties
| Name | Values | Description |
| ParentColor
|
boolean | Whether or not Color property value should be inherited from MRadioGroup’s parent component. |
| ParentFont
|
boolean | Whether or not Font property value should be inherited from MRadioGroup’s parent component. |
| ParentShowHint
|
boolean | Whether or not ShowHint property value should be inherited from MRadioGroup’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). |