Method GetItemText
GetItemText(int)
Returns the text representation of item with the specified index
.
public virtual string GetItemText(int index)
Parameters
index
intItem index from which to get the contents to display.
Returns
GetItemText(object?)
Returns the text representation of the specified item.
public virtual string GetItemText(object? item)
Parameters
item
objectThe object from which to get the contents to display.