Interface IListItem
A single list item in a Java list.
public interface IListItem
Properties
Index
The 0-based index of the list item.
int Index { get; }
Property Value
Text
The text value of the list item.
string Text { get; }
A single list item in a Java list.
public interface IListItem
The 0-based index of the list item.
int Index { get; }
The text value of the list item.
string Text { get; }