Hello,
You can access the RadToolBarButton's property values in the RadTextBox's
OnValueChanged event handler. To do that you need to add an attribute to the buttons, which you will then use to get a reference to the dragged button. Please review the following code, which demonstrates this approach by changing the text in the RadTextBox with the dragged button's
Text property value:
Note the values of the added attributes copy those of the
NavigateUrl properties and have an extra "/" at the end.
Regards,
Ivan Danchev
Telerik