Method GetItemText
GetItemText(int)
Returns the text representation of item with the specified index.
public virtual string GetItemText(int index)
Parameters
indexintItem 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
itemobjectThe object from which to get the contents to display.