Class SfRadioGroup
Represents the RadioGroup control
Inheritance
System.Object
SfRadioGroup
Namespace: Syncfusion.iOS.Buttons
Assembly: Syncfusion.Buttons.iOS.dll
Syntax
public class SfRadioGroup : UIStackView
Constructors
SfRadioGroup()
Initializes a new instance of the SfRadioGroup class.
Declaration
public SfRadioGroup()
SfRadioGroup(IntPtr)
Initializes a new instance of the SfRadioGroup class.
Declaration
public SfRadioGroup(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle | "The handle" |
Methods
AddArrangedSubview(UIView)
OnAdded override method
Declaration
public override void AddArrangedSubview(UIView view)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIView | view | child view |
AwakeFromNib()
Called after the object has been loaded from the nib file. Overriders must call
Declaration
public override void AwakeFromNib()
RemoveArrangedSubview(UIView)
OnRemoved override method
Declaration
public override void RemoveArrangedSubview(UIView view)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIView | view | child view |