Controls/RadioButton: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=RadioButton | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/radiobutton | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Mutually exclusive selection; group behavior to verify. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Content</td><td>?</td><td></td><td>Label/content</td></tr> <tr><td>GroupName</td><td>?</td><td></td><td>Mutual exclusion</td></tr> <..." |
(No difference)
|
Latest revision as of 16:10, 17 October 2025
RadioButton
- Kind
- Control
- Microsoft Docs
- RadioButton documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Mutually exclusive selection; group behavior to verify.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| IsChecked | ? | True/False | |
| Content | ? | Label/content | |
| GroupName | ? | Mutual exclusion | |
| TextColor | ? |