ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1Field Class / SortDirection Property

In This Topic
    SortDirection Property (C1Field)
    In This Topic
    Gets the direction of the sort.
    Syntax
    'Declaration
     
    Public Property SortDirection As C1SortDirection
    public C1SortDirection SortDirection {get; set;}

    Property Value

    One of the C1SortDirection values. The default value is C1SortDirection.None.
    Remarks
    This property provides a convenient method of tracking the column sort state when the grid is sorted.
    See Also