ClassTextField
Class
Abstract base for form fields that capture and display textual content, providing shared value handling and appearance invalidation.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class TextField : FormField<VariableContentWidget>, IStructuralElement
Inheritance: objectFormFieldFormField<VariableContentWidget>TextField
Derived Classes:
Implements:
Inherited Members
Constructors
TextField(string)
Initialize the text field with the specified fieldName.
Declaration
cs-api-definition
public TextField(string fieldName)
Parameters
fieldName
The field name.
Properties
DefaultValue
Text value restored on form reset (default state).
Declaration
cs-api-definition
public string DefaultValue { get; set; }
Property Value
The default text content for this field, or null if no default value is specified.