AD
Administrator
Syncfusion Team
September 2, 2003 01:53 PM UTC
Try overriding the ToString method of your class to determine what is displayed when something asks for a string representation of an object of type of your class.
JO
Jonas
September 3, 2003 03:13 AM UTC
Your suggested solution works perfect, thanks a lot!