Class RadioOption
Represents a Radio button option.
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)
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 value.
Declaration
public override string Value { get; set; }
Property Value
System.String
|