Method Assign
Assign(ListControlItem)
Copies the properties of the specified ListControlItem instance to the current instance. This method may not copy all the properties.
public virtual void Assign(ListControlItem assignFrom)
Parameters
assignFrom
ListControlItemThe ListControlItem instance whose properties will be copied.