Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilterInfo Class / Enabled Property


In This Topic
    Enabled Property (AutoFilterInfo)
    In This Topic
    Gets or sets a value indicating whether auto filter function is enabled or not.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    'Usage
     
    
    Dim instance As AutoFilterInfo
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}

    Property Value

    true if auto filter function is enabled; otherwise, false. The default value is false.
    See Also