'Declaration Public Property AutoConvert As Boolean
'Usage Dim instance As GcComboBoxCellType Dim value As Boolean instance.AutoConvert = value value = instance.AutoConvert
public bool AutoConvert {get; set;}
Property Value
A bool value, true to automatically convert the entered characters; otherwise, false.The default is true.