Method GetItemText
GetItemText(int, bool)
Returns the text representation of item with the specified index
.
string GetItemText(int index, bool forDisplay)
Parameters
index
intItem index from which to get the contents to display.
forDisplay
boolThe flag which specifies whether to get item's text for display purposes or the real value.