Class RadioButtonFormField
Represents a radio button form field.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class RadioButtonFormField : FormField
Properties
Items
Gets the list of items in the radio button
Declaration
public List<string> Items { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
SelectedItem
Gets or sets a value that indicates the selected item in the radio button.
Declaration
public string SelectedItem { get; set; }
Property Value
Type |
---|
System.String |