Class RadioOption
Single selectable value within a radio button group; its string Value is submitted when chosen.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadioOption : FieldOptionBase, IContextClonable<RadioOption>
Constructors
RadioOption(String)
Create a radio option with the provided submission value.
Declaration
public RadioOption(string value)
Parameters
|
System.String
value
The option value. |
Properties
Value
Gets or sets the submission value for this option (must be non‑null).
Declaration
public override string Value { get; set; }
Property Value
|
System.String
The string value that represents this radio option's data. |