Search Results for

    Show / Hide Table of Contents

    Enum ESelectListType

    • C#
    • Visual Basic
    public 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

    • View Source
    In This Article
    Back to top HomeSeer Technologies