Class CombTextBoxField
Text box that constrains input to fixed, equally spaced character cells; useful for structured entries like postal codes or serials.
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)
Initialize a new CombTextBoxField with the provided name.
Declaration
public CombTextBoxField(string fieldName)
Parameters
|
System.String
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
|
FormFieldType
|
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
|
System.Int32
The maximum length of input characters allowed in this field. |