Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PropertyGrid
Message
From
25/02/2004 04:36:49
Filip Bruman
Kirschberg Holding
Copenhagen, Denmark
 
General information
Forum:
ASP.NET
Category:
WebForms
Title:
Miscellaneous
Thread ID:
00880149
Message ID:
00880609
Views:
22
Hi!

Can you use this for anything?



this.Controls.Add(propertyGrid1);

int[] ia = new int[10];

for(int i = 0; i < 10; i++)
ia[i] = i;

propertyGrid1.SelectedObject = ia;




Regards

-Filip
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform