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