IPrxTableIslandSortItem.Descending

Fore Syntax

Descending: Boolean;

Fore.NET Syntax

Descending: boolean;

Description

The Descending property determines whether descending sorting is used for data of relational data area.

Comments

To move a sorting condition to the specified position, use the IPrxTableIslandSortItem.MoveToPosition method.

Fore and Fore.NET Examples

The property use is given in the example for IPrxTableIslandLayout.Sort.

See also:

IPrxTableIslandSortItem