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


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

    Property Value

    The auto filter settings.
    See Also