Partager via


RadioButtonGroup.SetGroupName(BindableObject, String) Method

Definition

public:
 static void SetGroupName(Microsoft::Maui::Controls::BindableObject ^ bindable, System::String ^ groupName);
public static void SetGroupName (Microsoft.Maui.Controls.BindableObject bindable, string groupName);
static member SetGroupName : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Shared Sub SetGroupName (bindable As BindableObject, groupName As String)

Parameters

bindable
BindableObject
groupName
String

Applies to