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