Class
CombTextBoxField

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

Definition

Constructors

CombTextBoxField(string)

Initialize a new CombTextBoxField with the provided name.

Declaration

cs-api-definition
public CombTextBoxField(string fieldName)

Parameters

fieldName

string

The field name.

Properties

FieldType

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

Declaration

cs-api-definition
public override FormFieldType FieldType { get; }

Property Value

FormFieldType

Overrides FormField.FieldType

MaxLengthOfInputCharacters

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

Declaration

cs-api-definition
public int MaxLengthOfInputCharacters { get; set; }

Property Value

int

The maximum length of input characters allowed in this field.