MobileForms Toolkit Documentation

IconCell.GetImage Method 

Gets the image based on data and cell source.

protected virtual Image GetImage(
object data
);

Parameters

data
cell display data

Return Value

image to display

Remarks

Notes to Inheritors:    Override this property if you want to provide custom images, e.g. from database.

See Also

IconCell Class | Resco.Controls.AdvancedList Namespace