2 references to GroupNameProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
135
get { return (string)GetValue(
GroupNameProperty
); }
136
set { SetValue(
GroupNameProperty
, value); }