D
Dan
Hi,
I want the property grid to display a list of values, say
MyParameters
{
private ArrayList Surveys;
....
}
Survey1
Name: New York
Operator: Siemans
Price: 1000
Survey2
Name: Washington DC
Operator: Lucent
Price: 999
I program in C#.
Thanks.
Dan
I want the property grid to display a list of values, say
MyParameters
{
private ArrayList Surveys;
....
}
Survey1
Name: New York
Operator: Siemans
Price: 1000
Survey2
Name: Washington DC
Operator: Lucent
Price: 999
I program in C#.
Thanks.
Dan