TextFormat Property (GcComboBoxCellType)
Gets or sets a format string used to customize text.
public string TextFormat {get; set;}
'Declaration
Public Property TextFormat As String
'Usage
Dim instance As GcComboBoxCellType
Dim value As String
instance.TextFormat = value
value = instance.TextFormat
Property Value
A
System.String value that indicates a format string used to customize text.