MobileForms Toolkit Documentation

TextCell.GetText Method 

Gets the text to display based on given data.

protected virtual string GetText(
object data
);

Parameters

data
Data to convert to text cell.

Return Value

Text that is to be displayed in the cell.

Remarks

Performs the formatting of data in text cell.

See Also

TextCell Class | Resco.Controls.AdvancedList Namespace