MaxLength Property (C1NumericEdit)
Gets or sets the maximum number of characters the user can type or paste into the text box control.
public int MaxLength {get; set;}
'Declaration
Public Property MaxLength As Integer
Property Value
The number of characters or bytes (determined by the
LengthAsByte property) that can be entered into the control.
The default is
zero.