Class SfRadioGroup
Represents the RadioGroup control.
Inheritance
System.Object
SfRadioGroup
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class SfRadioGroup : StackLayout
Constructors
SfRadioGroup()
Initializes a new instance of the SfRadioGroup class.
Declaration
public SfRadioGroup()
Properties
CheckedItem
Gets the checked radio button from group.
Declaration
public SfRadioButton CheckedItem { get; }
Property Value
Type |
---|
SfRadioButton |
Methods
OnAdded(View)
OnAdded override method.
Declaration
protected override void OnAdded(View view)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.View | view | child view. |
OnRemoved(View)
OnRemoved override method.
Declaration
protected override void OnRemoved(View view)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.View | view | child view. |
Events
CheckedChanged
Event that is raised when the checked item changed.
Declaration
public event EventHandler<CheckedChangedEventArgs> CheckedChanged
Event Type
Type |
---|
System.EventHandler<CheckedChangedEventArgs> |