ComponentOne ASP.NET MVC Controls
ISortDescription Interface
File
c1.mvc.collections.js
Module
c1.mvc.collections

Options that describes a sort operation.

Properties

Properties

ascending

Sort the data by ascending or descending.

Type
boolean

property

The field name.

Type
string

sortNullsFirst

Gets or sets a value that determines whether null values should appear first or last when the collection is sorted (regardless of sort direction).

Type
boolean