MobileForms Toolkit Documentation

ImageCell.GetImage Method 

Gets the image from image list based on data and cell source. Default implementation uses image cache for speedup.

protected override 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

ImageCell Class | Resco.Controls.AdvancedList Namespace