Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / Enabled Property
Example


In This Topic
    Enabled Property (AutoFilter)
    In This Topic
    Gets or sets whether to enable the automatic filter. The default value is false.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    'Usage
     
    Dim instance As AutoFilter
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    Example
    This example filters out items when typing in the combo cell.
    See Also