sortType

Specifies the sort order for the Selection List or Tree. You can list choices in ascending (alphabetical) order, in descending (reverse alphabetical) order, or display only compatible choices. This last option (the default) hides incompatible choices, but allows a user to display them if desired.

Type

Integer order of items in Selection List:
  StyleConstant.SORT_ASC: Ascending order

  StyleConstant.SORT_DESC: Descending order

  StyleConstant.SORT_HIDE_OTHERS:

  Hide incompatible choices

Example

SelectionList1.sortType = StyleConstant.SORT_ASC;

See Also

Selection List Properties and Selection Tree Properties, for more information.

<< singleSelection © 1996-2013 InetSoft Technology Corporation (v11.5) submitOnChange >>