Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
HowTo Bind the value of a tool ?
posted

 Hello, I have an UltraToolBarManager in my Form and I would want to bind some tools to fields of the current DataRow in my form.

I would like to write things like (to bind the Text property of my TextBoxTool) :

myTextBoxTool.DataBindings.Add(new System.Windows.Forms.Binding("Text", myDataSource, myDataMember));

 

But the DataBindings property does not exists. Is there any ways to add a Binding to an UltraToolbarBase object ?