Table of Contents

Method GetItemText

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

GetItemText(int, bool)

Returns the text representation of item with the specified index.

string GetItemText(int index, bool forDisplay)

Parameters

index int

Item index from which to get the contents to display.

forDisplay bool

The flag which specifies whether to get item's text for display purposes or the real value.

Returns

string