Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / AutoFilter Property


In This Topic
    AutoFilter Property (GcComboBoxCellType)
    In This Topic
    Gets the automatic filter related settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AutoFilter As AutoFilterInfo
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As AutoFilterInfo
     
    value = instance.AutoFilter
    public AutoFilterInfo AutoFilter {get;}

    Property Value

    The automatic filter settings.
    See Also