Constructor ListViewItemCell
ListViewItemCell()
Initializes a new instance of the ListViewItemCell class with default values.
public ListViewItemCell()
ListViewItemCell(string, int?)
Initializes a new instance of the ListViewItemCell class with the specified item text and the image index position of the cell's icon.
public ListViewItemCell(string text, int? imageIndex = null)