Represents the settings which apply to sorting a region of values.
Constructors
Section titled "Constructors"SortSettings$1
new SortSettings$1($t: Type, a: ISortSettingsOwner, b: object): SortSettings$1 Returns SortSettings$1
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"caseSensitive
Section titled "caseSensitive"Gets or sets the value which indicates whether strings should be compared case-sensitively when they are sorted.
get caseSensitive(): boolean
Returns boolean
set caseSensitive(a: boolean): void Parameters
- a:
boolean
Returns void
Methods
Section titled "Methods"sortConditions
Section titled "sortConditions"Gets or sets the sort condition for the specified sort-able item.
sortConditions(sortableItem: T, value: SortCondition): SortCondition Parameters
- sortableItem:
TThe sort-able item for which to get or set the sort condition.
- value:
SortCondition