'Declaration
Public Property MaxLength As Integer
'Usage
Dim instance As GcTextBoxCellType Dim value As Integer instance.MaxLength = value value = instance.MaxLength
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.