Class DataFormRadioGroupItem
Represents the class that encapsulates the layout and RadioGroup editor (SfRadioGroup) settings for data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormRadioGroupItem : DataFormItem, IDisposable
Constructors
DataFormRadioGroupItem()
Declaration
public DataFormRadioGroupItem()
Fields
ItemsSourceProperty
BindableProperty of ItemsSource for DataFormRadioGroupItem.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
ItemsSource
Gets or sets the ItemsSource of the DataFormRadioGroupItem control.
Declaration
public IList ItemsSource { get; set; }
Property Value
Type |
---|
System.Collections.IList |
Implements
System.IDisposable