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

Telerik.Web.UI.RibbonBarApplicationMenuItem

This Class defines RibbonBarApplicationMenuItem that inherits WebControl and IRibbonBarCommandItem.

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.Control
  • System.Web.UI.WebControls.WebControl
  • Telerik.Web.UI.RibbonBarApplicationMenuItemBase : IXmlSerializable
  • Telerik.Web.UI.RibbonBarApplicationMenuItem

Properties

CommandArgument String

Gets or sets an optional parameter passed to the Command event along with the associated CommandName.

CommandName String

Gets or sets the command name associated with the MenuItem that is passed to the Command event.

Description String

Gets or sets the description of the ApplicationMenuItem.

Remarks

Use the property to set the description that appears below the ApplicationMenuItem text.

ImageUrl String

Gets or sets the image URL of the ApplicationMenuItem.

Remarks

Use the ImageUrl property to specify a custom image to be displayed for the ApplicationMenuItem.

Text String

Gets or sets the text of the ApplicationMenuItem.

Remarks

Use the property to set the displayed text of the ApplicationMenuItem.

Value String

Gets or sets the value property of the ApplicationMenuItem.

Remarks

You can use it to associate custom data with the ApplicationMenuItem.

In this article