New to Telerik Document ProcessingStart a free 30-day trial

Text box that constrains input to fixed, equally spaced character cells; useful for structured entries like postal codes or serials.

Definition

Constructors

Initialize a new CombTextBoxField with the provided name.

C#
public CombTextBoxField(string fieldName)
Parameters:fieldNamestring

The field name.

Properties

Gets the field category reported to viewers for rendering and processing.

C#
public override FormFieldType FieldType { get; }

Overrides: FormField.FieldType

Gets or sets the maximum number of characters and visible comb cells; changing it reflows the widget appearance.

C#
public int MaxLengthOfInputCharacters { get; set; }
Property Value:

The maximum length of input characters allowed in this field.