New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadToolBarButtonEventArgs

Provides data for the E:Telerik.Web.UI.RadToolBar.ButtonDataBound ButtonDataBoundevent of the Telerik.Web.UI.RadToolBar RadToolBarcontrol.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadToolBarButtonEventArgs

Properties

Button RadToolBarButton

Gets the referenced button in the RadToolBar control when the ButtonDataBound event is raised.

Remarks

Use this property to programmatically access the button referenced in the RadToolBar control when the ButtonDataBound event is raised.

In this article