c# - Visual Studio Winform designer: Set DataBindings on current control BindingSource -


i creating usercontrol in winforms, using visual studio 2013 designer. contains textbox. added bindingsource (which datasource property set in code list).

enter image description here

when click on textbox, in property window (f4), expand "(databindings)" node , click on "(advanced)" button binding window opens.

enter image description here

in window, there no choice available in bindings list (beside add). expected find bindingsource in list.

enter image description here

is possible custom bindingsource (added drag&drop in designer) available in binding window?

you have set datasource property on bindingsource control, so:

bindingsource

your bindingsource control available in designer:

enter image description here


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -