'Declaration Public Property MaxLengthUnit As LengthUnit
'Usage Dim instance As GcTextBoxCellType Dim value As LengthUnit instance.MaxLengthUnit = value value = instance.MaxLengthUnit
public LengthUnit MaxLengthUnit {get; set;}
Property Value
The value is true if the MaxLength is based on byte; otherwise, based on character.The default is LengthUnit.Char.