'Declaration
Public Property FormatString As String
'Usage
Dim instance As GcTextBoxCellType Dim value As String instance.FormatString = value value = instance.FormatString
public string FormatString {get; set;}
Property Value
The string that is used to control how text is entered.The default is System.String.Empty.