menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved