menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfRadioGroupKey

    Represents the SfRadioGroupKey class. It is a key that allows users to group two or more RadioButtons.

    Inheritance
    System.Object
    SfRadioGroupKey
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public class SfRadioGroupKey : Element

    Constructors

    SfRadioGroupKey()

    Initializes a new instance of the SfRadioGroupKey class.

    Declaration
    public SfRadioGroupKey()

    Properties

    CheckedItem

    Gets the checked radio button from a radio group.

    Declaration
    public SfRadioButton CheckedItem { get; }
    Property Value
    Type
    SfRadioButton

    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