FormatString Property (GcComboBoxCellType)
Gets or sets a format string used to filter or convert the input string.
public string FormatString {get; set;}
'Declaration
Public Property FormatString As String
'Usage
Dim instance As GcComboBoxCellType
Dim value As String
instance.FormatString = value
value = instance.FormatString
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.