Enum SelectOrder
Ordering mode for selectable option collections.
public enum SelectOrder
Fields
ByKey = 1- Order by key.
ByLabel = 2- Order by label.
Custom = 3- Use a custom ordering supplied by the caller.
Insertion = 0- Keep insertion order.