Skip to main content
A newer version of this page is available. .

BootstrapToolbarMenuItem Members

An individual item within a toolbar item’s drop-down menu.

Constructors

Name Description
BootstrapToolbarMenuItem() Initializes a new instance of the BootstrapToolbarMenuItem class with default settings.
BootstrapToolbarMenuItem(String, String, String) Initializes a new instance of the BootstrapToolbarMenuItem class with the specified name, text and icon.
BootstrapToolbarMenuItem(String, String) Initializes a new instance of the BootstrapToolbarMenuItem class with the specified name and text.
BootstrapToolbarMenuItem(String) Initializes a new instance of the BootstrapToolbarMenuItem class with the specified text.

Properties

Name Description
AdaptivePriority Gets or sets the priority of item hiding in adaptive mode. Inherited from MenuItem.
AdaptiveText Specifies the text content of the current menu item when it is displayed in the adaptive drop-down menu. Inherited from MenuItem.
Alignment Inherited from BootstrapToolbarItemBase.
Badge Gets settings of a badge displayed within the toolbar item. Inherited from BootstrapToolbarItemBase.
BeginGroup Gets or sets a value that specifies whether the current menu item starts a group. Inherited from MenuItem.
Checked Gets or sets whether the menu item is checked. Inherited from MenuItem.
ClientEnabled Gets or sets a value that indicates whether the menu item is enabled on the client. Inherited from MenuItem.
ClientVisible Gets or sets a value that specifies the menu item’s initial visibility state on the client. Inherited from MenuItem.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CssClass Gets or sets the name of a CSS class applied to the toolbar item element. Inherited from BootstrapToolbarItemBase.
DataItem Gets the data item that is bound to the menu item. Inherited from MenuItem.
DataPath Gets the path to the data that is bound to the menu item. Inherited from MenuItem.
Depth Gets the level at which a menu item is displayed. Inherited from MenuItem.
DropDownMode This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Enabled Gets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions. Inherited from MenuItem.
EnableScrolling This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
GroupName Gets or sets the name of a logical check group to which the menu item belongs. Inherited from MenuItem.
HasChildren Returns a value that indicates whether the current menu item has any child items. Inherited from MenuItem.
HasVisibleChildren Returns a value that indicates whether the current menu item has visible child items. Inherited from MenuItem.
IconCssClass Gets or sets the CSS class of the icon displayed within the toolbar item. Inherited from BootstrapToolbarItemBase.
Image This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
IndexPath For internal use only. Inherited from MenuItem.
Items Gets a collection that contains the toolbar items of the current toolbar item.
ItemStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
Menu This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
Name Gets or sets the unique identifier name for the current menu item. Inherited from MenuItem.
NavigateUrl Gets or sets an URL which defines the navigation location. Inherited from MenuItem.
Parent Gets the immediate parent toolbar item to which the current item belongs. Inherited from BootstrapToolbarItemBase.
PopOutImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
ScrollButtonStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
ScrollDownButtonImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
ScrollUpButtonImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
Selected Gets or sets a value that specifies whether the current menu item is selected. Inherited from MenuItem.
SubMenuItemImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
SubMenuItemStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
SubMenuPopOutImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
SubMenuStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from BootstrapToolbarItemBase.
SubMenuTemplate Gets or sets a template used for displaying the client region’s content of the current menu item’s submenus. Inherited from MenuItem.
Target Gets or sets the window or frame at which to target the contents of the URL associated with the current menu item. Inherited from MenuItem.
Template Gets or sets a template used to display the content of the current menu item. Inherited from MenuItem.
Text Gets or sets the text content of the current menu item. Inherited from MenuItem.
TextCssClass Gets or sets the name of a CSS class applied to the toolbar item’s text element. Inherited from BootstrapToolbarItemBase.
TextTemplate Gets or sets a template used for displaying the text content of the current menu item. Inherited from MenuItem.
Toolbar Gets the toolbar owning the current toolbar item. Inherited from BootstrapToolbarItemBase.
ToolTip Gets or sets the current menu item’s tooltip text. Inherited from MenuItem.
Visible Gets or sets a value specifying the visibility of the current menu item. Inherited from MenuItem.
VisibleIndex Gets or sets a value specifying the position of the current menu item amongst the visible items in a submenu (or at a menu’s root level). Inherited from MenuItem.

Methods

Name Description
Assign(CollectionItem) Copies the public properties from the specified object to the current one. Inherited from BootstrapToolbarItemBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindControl(String) Searches the current naming container for a server control with the specified id parameter. Inherited from MenuItem.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from MenuItem.
See Also