Search Results for

    Show / Hide Table of Contents

    Enum EViewType

    • C#
    • Visual Basic
    public enum EViewType
    Public Enum EViewType
    Namespace: HomeSeer.Jui.Types
    Assembly: PluginSdk.dll


    The type that a view is set to determines what class a client application will deserialize it as. Each view type has a different set of properties that specifies how it behaves and how it should be displayed to the user

    Some view types are ignored by different page types. Refer to the page type you are using to determine what views are available for use.


    Fields

    Name Description
    Button

    A NavigateButtonView

    Group

    A ViewGroup

    Input

    An InputView

    Label

    A LabelView

    SelectList

    A SelectListView

    TextArea

    A TextAreaView

    TimeSpan

    A TimeSpanView

    Toggle

    A ToggleView

    Undefined

    No type is defined. This will cause an error

    • View Source
    In This Article
    Back to top HomeSeer Technologies