Class ListItem
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
It inherits ItemObject. An instance to the list item is added. It contains the Text, LeftIcon, and RightIcon properties to show the list item which is given.
C#Copypublic class ListItem : ItemObject
- Inheritance
Properties
Declaration
C#Copypublic EvasObject LeftIcon { get; }
Property Value
| Type | Description |
|---|---|
| EvasObject |
Declaration
C#Copypublic EvasObject RightIcon { get; }
Property Value
| Type | Description |
|---|---|
| EvasObject |
Declaration
C#Copypublic string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |