RadToolBar for ASP.NET AJAX

RadControls for ASP.NET AJAX

Using the server-side API, you can programmatically add, remove, disable, or select items in RadToolBar.

Adding items

Use the Add method of the RadToolBarItemCollection object to add items programmatically. To add buttons to the RadToolBarDropDown or RadToolBarSplitButton, use the Buttons collections of these objects as shown below:

Removing items

Use the Remove method of the RadToolBarItemCollection or the Buttons collections of the RadToolBarDropDown or the RadToolBarSplitButton objects to remove items:

Disabling items

Use the Enable property of the RadToolBarItem object to enable or disable an item:

See Also