Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / AutoSearch Property


In This Topic
    AutoSearch Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets how the list is searched based on input of a character key.
    Syntax
    'Declaration
     
    
    Public Property AutoSearch As AutoSearch
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As AutoSearch
     
    instance.AutoSearch = value
     
    value = instance.AutoSearch
    public AutoSearch AutoSearch {get; set;}
    See Also