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
-
objectSelectorItem<T>
Constructors
View SourceSelectorItem(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 SourceState
The control state.
Declaration
public ControlState State { get; }
Property Value
Type | Description |
---|---|
ControlState |
Value
The value associated with control state.
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |