ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSortEventArgs Class / SortDirection Property

In This Topic
    SortDirection Property (C1GridViewSortEventArgs)
    In This Topic
    Gets or sets the direction in which to sort the C1GridView control.
    Syntax
    'Declaration
     
    Public Property SortDirection As C1SortDirection
    public C1SortDirection SortDirection {get; set;}
    See Also