Partager via


RadioButtonGroup.SetSelectedValue(BindableObject, Object) Method

Definition

public:
 static void SetSelectedValue(Microsoft::Maui::Controls::BindableObject ^ bindable, System::Object ^ selectedValue);
public static void SetSelectedValue (Microsoft.Maui.Controls.BindableObject bindable, object selectedValue);
static member SetSelectedValue : Microsoft.Maui.Controls.BindableObject * obj -> unit
Public Shared Sub SetSelectedValue (bindable As BindableObject, selectedValue As Object)

Parameters

bindable
BindableObject
selectedValue
Object

Applies to