Class CombTextBoxField
Represents a specialized text box field that constrains text input to equally spaced character positions, commonly used for structured data entry such as postal codes, phone numbers, or serial numbers.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class CombTextBoxField : TextField, IInstanceIdOwner, IStructuralElement, IWidgetCreator<VariableContentWidget>
Constructors
CombTextBoxField(String)
Initializes a new instance of CombTextBoxField class.
Declaration
public CombTextBoxField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
FieldType
Gets the field type.
Declaration
public override FormFieldType FieldType { get; }
Property Value
FormFieldType
|
Overrides
MaxLengthOfInputCharacters
Gets or sets the maximum number of characters that can be entered in this comb text box field. This value determines both the character limit and the number of equally spaced character positions displayed.
Declaration
public int MaxLengthOfInputCharacters { get; set; }
Property Value
System.Int32
The maximum length of input characters allowed in this field. |