CombTextBoxField
Class
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:
C#
public sealed class CombTextBoxField : TextField, IStructuralElement
Inheritance: objectFormFieldFormField<VariableContentWidget>TextFieldCombTextBoxField
Implements:
Inherited Members
Constructors
Initialize a new CombTextBoxField with the provided name.
Properties
Gets the field category reported to viewers for rendering and processing.
C#
public override FormFieldType FieldType { get; }
Overrides:
Gets or sets the maximum number of characters and visible comb cells; changing it reflows the widget appearance.
C#
public int MaxLengthOfInputCharacters { get; set; }
The maximum length of input characters allowed in this field.