LSortOrder

Defines the sort order the first time the column header is clicked. The default is ascending order.

LSortOrder=| DESC"

Value

Description

""

Sort in ascending order

DESC

Sort in descending order

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

It is only read if LSortChg is True.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

$fieldproperties(FLD) = "LSortOrder=desc"

Applies To

utree (Tree)

Related Topics