1 write to Value
Microsoft.Maui.Controls (1)
RadioButton\RadioButtonGroupSelectionChanged.cs (1)
17
Value
= value;
1 reference to Value
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
423
if (!IsChecked || selected == this || string.IsNullOrEmpty(GroupName) || GroupName != selected.GroupName || (Value is not null && object.Equals(Value, args.
Value
)) || !MatchesScope(args))