Spread Windows Forms 12.0 Product Documentation
FormatString Property (GcComboBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : FormatString Property
Gets or sets a format string used to filter or convert the input string.
Syntax
'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.
Remarks
This property specifies what kind of characters and symbols are allowed.
See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members