Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfRadioGroup - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved