MaxLength Property (C1ComboBox)
In This Topic
Gets or sets the maximum number of characters or bytes that the control can hold.
Syntax
'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.
See Also