Click or drag to resize

RecroGridRGOptionClone Method

Creates a new object that is a copy of the current instance.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also