ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SortDescription Class / Ascending Property

In This Topic
    Ascending Property
    In This Topic
    Gets or sets whether sorting with ascending.
    Syntax
    'Declaration
     
    
    Public Property Ascending As Boolean
    public bool Ascending {get; set;}
    See Also