Class ChoiceOption
Represents an option in a choice field.
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 sealed class ChoiceOption : FieldOptionBase, IContextClonable<ChoiceOption>
Constructors
ChoiceOption(String)
Initializes a new instance of ChoiceOption class.
Declaration
public ChoiceOption(string value)
Parameters
System.String
value
|
Properties
UserInterfaceValue
Gets or set the value that will be displayed in the UI. If this property is null then the Value property will be displayed in the UI instead.
Declaration
public string UserInterfaceValue { get; set; }
Property Value
System.String
|
Value
Gets or sets the option value.
Declaration
public override string Value { get; set; }
Property Value
System.String
|