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> |