'Declaration
Public Property MaxLengthUnit As LengthUnit
'Usage
Dim instance As GcComboBox Dim value As LengthUnit instance.MaxLengthUnit = value value = instance.MaxLengthUnit
public LengthUnit MaxLengthUnit {get; set;}
Property Value
A bool value, true if the calculational methods of the MaxLength based on byte, false means based on character.The defalut is LengthUnit.Char.