MobileForms Toolkit Documentation

Cell  Constructor (Cell)

Copy constructor, gets values from other cell.

public Cell(
Cell cell
);

Parameters

cell
Source cell to copy values from.

Remarks

Use this constructor in derived cell types. You can use the graphical designer to design empty cell and than assign values quickly with this constructor.

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace | Cell Constructor Overload List