Using Radio Button Group-Specific Properties at Run Time
- Last UpdatedJul 13, 2023
- 1 minute read
You can use properties that are specific to the Radio Button Group control at run-time. These properties are:
-
Count - returns the number of radio buttons in the Radio Button Group control.
-
SelectedValue - reads the value of the selected item, or selects the item with that value if it exists.
These properties are available when you browse for a Radio Button Group control in your element browser.