MobileForms Toolkit Documentation

ImageCell.ImageIndex Property

Gets or sets image index for the cell.

public int ImageIndex {get; set;}

Property Value

Positive value means constant index in image list. Otherwise index in image list is taken from data.

Remarks

By setting the ImageIndex, the CellSource is changed to Constant, and contains the image index.

See Also

ImageCell Class | Resco.Controls.AdvancedList Namespace