I have static class that has a bunch of static properties. When I try to bind the property to a BindingSource (in the UI), I can pick the static class as the DataSource, however, when I drop down the DataMember combo, there is nothing there.
Can I use a static property of a static class as a DataMember of a BindingSource?
I should mention that this is a Winforms project.