Class SelectorItem<T>

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    The selector item class that stores a control state and a T value pair.

    public class SelectorItem<T>
    Inheritance
    object
    SelectorItem<T>

    Constructors

    View Source

    SelectorItem(ControlState, T)

    The constructor with the specified state and value.

    Declaration
    public SelectorItem(ControlState state, T value)
    Parameters
    Type Name Description
    ControlState state

    The state

    T value

    The value associated with state.

    Properties

    View Source

    State

    The control state.

    Declaration
    public ControlState State { get; }
    Property Value
    Type Description
    ControlState
    View Source

    Value

    The value associated with control state.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX