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

In This Topic
    SortExpression Property (C1GridViewSortEventArgs)
    In This Topic
    Gets or sets the expression used to sort the items in the C1GridView control.
    Syntax
    'Declaration
     
    Public Property SortExpression As System.String
    public System.string SortExpression {get; set;}
    See Also