Telerik.Web.UI.RibbonBarApplicationMenu
This class defines the RibbonBarApplicationMenu object that inherits WebControl.
Inheritance Hierarchy
- System.Object
- System.Web.UI.Control
- System.Web.UI.WebControls.WebControl
- Telerik.Web.UI.RibbonBarApplicationMenu : INamingContainer, IXmlSerializable
Properties
AuxiliaryPane RibbonBarApplicationMenuAuxiliaryPane
Used to customize the ApplicationMenu AuxiliaryPane.
FooterPane RibbonBarApplicationMenuFooterPane
Used to customize the ApplicationMenu Footer.
Items RibbonBarApplicationMenuItemBaseCollection
Gets a RibbonBarApplicationMenuItemCollection object that contains the items of the ApplicationMenu.
Remarks
Use the Items property to access the items of the ApplicationMenu. You can also use the Items property to manage the items. You can add, remove or modify items from the Items collection.
RenderMode RenderMode
Specifies the rendering mode of the control. Setting the mode to Lightweight will yield HTML 5/CSS 3 html and css.
Remarks
Lightweight rendering mode might change the outlook of the component in some older browsers that don't support CSS3/HTML5.
Text String
Gets or sets the text of the ApplicationMenu.
Remarks
Use the property to set the displayed text of the ApplicationMenu.