Class IndexItem
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The IndexItem is used to manage the index item. Inherits ItemObject.
C#Copypublic class IndexItem : ItemObject
- Inheritance
Constructors
Declaration
C#Copypublic IndexItem(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text is set to the Text. It's the 'string' type. |
API Level: preview
View Source
IndexItem(String, EvasObject)
Creates and initializes a new instance of the IndexItem class with parent
Declaration
C#Copypublic IndexItem(string text, EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text is set to the Text. It's the 'string' type. |
EvasObject | parent | Parent EvasObject |
API Level: preview
Properties
Declaration
C#Copypublic string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: preview
Methods
Declaration
C#Copypublic void Select(bool selected)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | selected | The selected state. |
API Level: preview
Events
Declaration
C#Copypublic event EventHandler Selected
Event Type
Type | Description |
---|---|
System.EventHandler |