MobileForms Toolkit Documentation

Cell.Clone Method 

Clones the Cell.

public virtual Cell Clone();

Return Value

A new Cell with the same properties as the current Cell.

Remarks

The Cell cannot be used in more then one RowTemplate. Use this method to create the copy of the cell in another template.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace