Class RadioOption
Represents a selectable option within a radio button field group, containing the data value that will be submitted when this option is selected.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadioOption : FieldOptionBase, IContextClonable<RadioOption>
Constructors
RadioOption(String)
Initializes a new instance of RadioOption class.
Declaration
public RadioOption(string value)
Parameters
System.String
value
The option value. |
Properties
Value
Gets or sets the data value associated with this radio button option that will be used for form submission when this option is selected.
Declaration
public override string Value { get; set; }
Property Value
System.String
The string value that represents this radio option's data. |