Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.

IgrChartSortDescription

new IgrChartSortDescription(field: string, sortDirection: ListSortDirection): IgrChartSortDescription

Returns IgrChartSortDescription

field: string
sortDirection: ListSortDirection

Returns if the SortDescription is equal to another.

equals(other: any): boolean

Parameters

  • other: any
    • The SortDescription to compare to.

Returns boolean

findByName(name: string): any

Parameters

  • name: string

Returns any