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

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