Class FieldOptionBase
Abstract base for selectable items used by choice fields (combo box, list box, radio groups), exposing the data value.
Inheritance
System.Object
FieldOptionBase
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 abstract class FieldOptionBase
Properties
Value
Gets or sets the value associated with this option that will be used for form submission and data processing.
Declaration
public abstract string Value { get; set; }
Property Value
|
System.String
The string value that represents this option's data. |