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