ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetFilterTagHelper Class / ShowSortButtons Property

In This Topic
    ShowSortButtons Property (FlexSheetFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.FlexSheetFilter.ShowSortButtons. Gets or sets a value indicating whether the filter editor should include sort buttons.
    Syntax
    'Declaration
     
    Public Property ShowSortButtons As Boolean
    public bool ShowSortButtons {get; set;}
    See Also