c# - What is the minimum needed to make a BindingList<myClass> available in VS 2008 Designer -


I'm setting up a control dataset for BindList on runtime that works fine.

But if I prefer I could see it in the designer, which would mean that I can select the database at design time, instead of setting them on runtime

What are the minimum requirements for this permission?

OK, you have to do the following:

  • Add new data source (and you can select your class object)

  • When you bind to a grid or a user control, then this binding resource (or you have a current one

  • Then you can force your binding list

  • Unless your class is public {get ; } Content of the assets that will appear in the data source and in your grid (for example, in columns)


    Comments