'Declaration
Public Property FormatString As String
'Usage
Dim instance As GcComboBoxCellType Dim value As String instance.FormatString = value value = instance.FormatString
public string FormatString {get; set;}
Property Value
A System.String value that indicates a format string used to filter or convert the input string.The default is System.String.Empty.