'Declaration
Public Property MaxLengthUnit As LengthUnit
'Usage
Dim instance As GcComboBoxCellType 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 MaxLength are based on bytes, false if based on character.The default is LengthUnit.Char.