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.
C#Copypublic class SelectorItem<T>
- Inheritance
-
objectSelectorItem<T>
Constructors
Declaration
C#Copypublic SelectorItem(ControlState state, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| ControlState | state | The state |
| T | value | The value associated with state. |
Properties
Declaration
C#Copypublic ControlState State { get; }
Property Value
| Type | Description |
|---|---|
| ControlState |
Declaration
C#Copypublic T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |