FormatString Property (GcTextBoxCellType)
Gets or sets the input format to use in the control.
public string FormatString {get; set;}
'Declaration
Public Property FormatString As String
'Usage
Dim instance As GcTextBoxCellType
Dim value As String
instance.FormatString = value
value = instance.FormatString
Property Value
The string that is used to control how text is entered.
The default is
System.String.Empty.