Telerik.Web.UI.RibbonBarApplicationSplitMenuItem
This Class defines RibbonBarApplicationSplitMenuItem that inherits RibbonBarApplicationMenuItem
Inheritance Hierarchy
- System.Object
- System.Web.UI.Control
- System.Web.UI.WebControls.WebControl
- Telerik.Web.UI.RibbonBarApplicationMenuItemBase : IXmlSerializable
- Telerik.Web.UI.RibbonBarApplicationSplitMenuItem
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.
ExpandAccessKey String
Gets or sets the access key that allows you to navigate to the SplitMenuItems's child items
Header String
Gets or sets the header of the ApplicationSplitMenuItem.
Remarks
Use the property to set the header that appears at the top of the popup menu of the ApplicationSplitMenuItem 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.
Items RibbonBarApplicationMenuItemBaseCollection
Gets a RibbonBarApplicationMenuItemCollection object that contains the items of the ApplicationSplitMenuItem.
Remarks
Use the Items property to access the items of the ApplicationSplitMenuItem. You can also use the Items property to manage the items. You can add, remove or modify items from the Items collection.
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.