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

In This Topic
    Ascending Property (SortDescriptionTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.SortDescription.Ascending. Sets whether sorting with ascending.
    Syntax
    'Declaration
     
    Public Property Ascending As Boolean
    public bool Ascending {get; set;}
    See Also