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

In This Topic
    ShowFilterIcons Property (FlexSheetFilter)
    In This Topic
    Gets or sets whether the FlexSheetFilter should add filter editing buttons to the sheet's column headers.
    Syntax
    'Declaration
     
    Public Property ShowFilterIcons As Boolean
    public bool ShowFilterIcons {get; set;}
    See Also