Class TextField
Represents a text 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 abstract class TextField : FormField<VariableContentWidget>, IInstanceIdOwner, IWidgetCreator<VariableContentWidget>
Constructors
TextField(String)
Initializes a new instance of TextField class.
Declaration
public TextField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
DefaultValue
Gets or sets the field default value used when the form is reset to its default values.
Declaration
public string DefaultValue { get; set; }
Property Value
System.String
|
Value
Gets or sets the field value.
Declaration
public string Value { get; set; }
Property Value
System.String
|