MobileForms Toolkit Documentation

TextCell.Clone Method 

Clones the TextCell.

public override Cell Clone();

Return Value

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

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

TextCell Class | Resco.Controls.AdvancedList Namespace