IsResortDescending (NotesViewColumn - JavaScript)

Read-write. Indicates whether a column is a user-sorted column that can be sorted in descending order.

Defined in

NotesViewColumn

Syntax

isResortDescending() : boolean

setResortDescending(flag:boolean) : void

Legal value Description
true if the column is descending user-sorted
false if the column is not descending user-sorted

Usage

In the sort tab for column properties, Click on column head to sort indicates a user-sorted column. Descending or Both indicates ascending.

See IsSecondaryResort to allow a secondary sorting column.

See IsResortAscending and IsResortToView for alternative user-sorted columns.

See IsSorted for an auto-sorted column.