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

Telerik.Web.UI.RadMenuEventArgs

Provides data for the events of the Telerik.Web.UI.RadMenu control.

Inheritance Hierarchy

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

Properties

Item RadMenuItem

Gets the referenced RadMenuItem in the RadMenu control when the event is raised.

Remarks

Use this property to programmatically access the item referenced in the RadMenu when the event is raised.

In this article