Class FieldOptionBase
Represents a field option.
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 option value.
Declaration
public abstract string Value { get; set; }
Property Value
System.String
|