[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridBaseTagHelper-2.OrderBy

OrderBy Property

OrderBy

Gets or sets the sort expression.

Declaration
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.

Examples