wijmo.grid Namespace > ISortingEventArgs Interface : sortCommand Field |
Combines args.column.dataKey and args.sortDirection in a shorthand notation to represent a sorting command: "<dataKey> <asc|desc>".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.ISortingEventArgs; var value; // Type: string value = instance.sortCommand; |
Javascript (Specification) | |
---|---|
|