ClassCombTextBoxField
Text box that constrains input to fixed, equally spaced character cells; useful for structured entries like postal codes or serials.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public sealed class CombTextBoxField : TextField, IStructuralElement
Inheritance: objectFormFieldFormField<VariableContentWidget>TextFieldCombTextBoxField
Implements:
Inherited Members
Constructors
CombTextBoxField(string)
Initialize a new CombTextBoxField with the provided name.
Declaration
public CombTextBoxField(string fieldName)
Parameters
fieldName
The field name.
Properties
FieldType
Gets the field category reported to viewers for rendering and processing.
Declaration
public override FormFieldType FieldType { get; }
Property Value
Overrides
MaxLengthOfInputCharacters
Gets or sets the maximum number of characters and visible comb cells; changing it reflows the widget appearance.
Declaration
public int MaxLengthOfInputCharacters { get; set; }
Property Value
The maximum length of input characters allowed in this field.