Hi,
I have a class that does
Object.SetProperty(ctrl, "Rows.Count", 0)
Which does not work.
If I do Object.SetProperty(ctrl.Rows, "Count", 0)
this does not work either
ctrl is a gridview in the form that uses my class.
How can I set it's property's ?
Thanks
Steven