SelectType Enumeration
The type of list box or combo box.

C# Syntax

public enum SelectType : System.Enum 
Members
MemberDescription
ComboboxSelectionA combo box.
ExtendedSelectionAn extended multi-select list.
SingleSelectionA single-select list box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.SAP.UI5.SelectType