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

BootstrapCardViewToolbarItem Properties

Implements the Card View’s toolbar item functionality.
Name Description
AdaptivePriority Specifies the priority of item hiding in adaptive mode.
AdaptiveText
Alignment Inherited from BootstrapCardViewToolbarItemBase.
Badge Gets settings of a badge displayed within the item. Inherited from BootstrapCardViewToolbarItemBase.
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 toolbar item is enabled on the client. Inherited from GridToolbarItem.
ClientVisible Gets or sets a value that specifies the toolbar item’s initial visibility state on the client. Inherited from GridToolbarItem.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Command Gets or sets a command to execute when the item is clicked. Inherited from BootstrapCardViewToolbarItemBase.
CssClass Gets or sets the name of a CSS class applied to the toolbar item element. Inherited from BootstrapCardViewToolbarItemBase.
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.
DisplayMode Gets or sets the display mode of the current toolbar item within the toolbar. Inherited from GridToolbarItem.
DropDownMode Gets or sets a value that specifies whether the toolbar item’s dropdown should only be invoked by using a specific drop down button. Inherited from GridToolbarItem.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 child 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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
Name Gets or sets a value that is the toolbar item name. Inherited from GridToolbarItem.
NavigateUrl Gets or sets an URL which defines the navigation location. Inherited from MenuItem.
Owner Gets or sets the collection’s owner. Inherited from GridToolbarItem.
Parent Gets the immediate parent toolbar item to which the current item belongs. Inherited from BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
Selected Gets or sets a value that specifies whether the current menu item is selected. Inherited from MenuItem.
SettingsBootstrap Provides access to a Card View toolbar item’s rendering settings affecting features specific to the Bootstrap framework.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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 BootstrapCardViewToolbarItemBase.
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.
TextTemplate Gets or sets a template used for displaying the text content of the current menu item. Inherited from MenuItem.
ToolTip Gets or sets a value that is the toolbar item tooltip. Inherited from GridToolbarItem.
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.
See Also