ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / SortingType Property

In This Topic
    SortingType Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TransposedGrid.TransposedGrid<T>.SortingType. Sets how the grid sort columns by clicking the column header cells.
    Syntax
    'Declaration
     
    Public Overrides Property SortingType As AllowSorting
    public override AllowSorting SortingType {get; set;}
    See Also