Skip to main content
A newer version of this page is available. .
Tab

ListEditItem Constructors

Represents an individual 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