AD
Administrator
Syncfusion Team
October 19, 2007 11:39 AM UTC
Are you trying to copy custom objects to the clipboard (maybe through the style.Tag property)? If so, are these custom objects serializable? In order for object to be copied to the clipboard, they must be serializable. Sometimes, you can just add a [Serializable] attribute to your class declaration to get things to work. Other times, you might have to have your class implement ISerializable.