sortType property

int sortType
final

The way the items should be sorted.

If 0(default), no sort will be applied

If 1, the items will be sorted on alphabetical order.

If 2, the items will be sorted on reverse alphabetical order.

If 3, the selected item will be put on first position.

Implementation

final int sortType;