Enum ESelectListType
public enum ESelectListType
Namespace: HomeSeer.Jui.Types
Assembly: PluginSdk.dll
The select list type determines how a select list view is displayed
Fields
| Name | Description |
|---|---|
| DropDown | Displays the select list as a traditional drop down list |
| RadioList | Displays the select list as a collection of radio buttons |
| SearchableDropDown | Displays the select list as a searchable drop down list |