Method GetItemText
GetItemText(int, bool)
Returns the text representation of item with the specified index
.
public virtual 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.
Returns
GetItemText(TItem?, bool)
Returns the text representation of the specified item.
public virtual string GetItemText(TItem? item, bool forDisplay)
Parameters
item
TItemThe object from which to get the contents to display.
forDisplay
boolThe flag which specifies whether to get text for display purposes or the real value.