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

In This Topic
    OrderBy Property (FlexGridTagHelper)
    In This Topic
    Gets or sets the sort expression.
    Syntax
    'Declaration
     
    Public Overridable Property OrderBy As String
    public virtual string OrderBy {get; set;}
    Remarks
    A string that contains the field name followed by "ASC" or "asc" (ascending) or "DESC" or "desc" (descending). Fields are sorted ascending by default. Multiple fields can be separated by commas.
    See Also