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