Table of Contents

Method GetItemText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItemText(int)

Returns the text representation of item with the specified index.

public virtual string GetItemText(int index)

Parameters

index int

Item index from which to get the contents to display.

Returns

string

GetItemText(object?)

Returns the text representation of the specified item.

public virtual string GetItemText(object? item)

Parameters

item object

The object from which to get the contents to display.

Returns

string