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

In This Topic
    ShowSortButtons Property (FlexGridFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridFilter<T>.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