Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / AutoFilter Property
Example


In This Topic
    AutoFilter Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets the automatic filter object.
    Syntax
    'Declaration
     
    
    Public Property AutoFilter As AutoFilter
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As AutoFilter
     
    instance.AutoFilter = value
     
    value = instance.AutoFilter
    public AutoFilter AutoFilter {get; set;}
    Example
    This example filters out items when typing in the combo cell.
    See Also