ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ShowFilterIcons Property

In This Topic
    ShowFilterIcons Property (FlexSheet)
    In This Topic
    Gets or sets the visibility of the filter icon.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowFilterIcons As Boolean
    [DefaultValue(true)]
    public bool ShowFilterIcons {get; set;}
    See Also