ListEditItem Constructors
A list item.Name | Parameters | Description |
---|---|---|
ListEditItem() | none | Initializes a new instance of the ListEditItem class with default settings. |
ListEditItem(String, Object, String) | text, value, imageUrl | Initializes a new instance of the ListEditItem class with the specified settings. |
ListEditItem(String, Object) | text, value | Initializes a new instance of the ListEditItem class with the specified settings. |
ListEditItem(String) | text | Initializes a new instance of the ListEditItem class with the specified setting. |
See Also