MaxLength Property (C1ColorPicker)
Gets or sets the maximum number of characters or bytes that the control can hold.
'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.