Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / Format Property


In This Topic
    Format Property (GcComboBox)
    In This Topic
    Gets or sets a format string used to filter or convert the input string.
    Syntax
    'Declaration
     
    
    Public Property Format As String
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    public string Format {get; set;}

    Property Value

    A System.String value indicates a format string used to filter or convert the input string.
    The default is System.String.Empty.
    Remarks
    This property specified what kind of chars and symbols is allowed to input.
    See Also