Skip to main content

BootstrapGridViewToolbarItemBuilder Members

Implements the Grid View’s toolbar item functionality.

Methods

Name Description
Badge(Action<BootstrapBadgePropertiesBuilder>) Settings of a badge displayed within the item.
BeginGroup(Boolean) Sets a value that specifies whether the current menu item starts a group.
Checked(Boolean) Sets whether the menu item is checked.
ClientEnabled(Boolean) Sets a value that indicates whether the toolbar item is enabled on the client.
ClientVisible(Boolean) Sets a value that specifies the toolbar item’s initial visibility state on the client.
Command(BootstrapGridViewToolbarCommand) Sets a command to execute when the item is clicked.
CssClass(String) Sets the name of a CSS class applied to the item element.
DisplayMode(GridToolbarItemDisplayMode) Sets the display mode of the current toolbar item within the toolbar.
DropDownMode(Boolean) Sets a value that specifies whether the toolbar item’s dropdown should only be invoked by using a specific drop down button.
Enabled(Boolean) Sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupName(String) Sets the name of a logical check group to which the menu item belongs.
IconCssClass(String) Sets the CSS class of the icon displayed by the toolbar item.
Items(Action<BootstrapGridViewToolbarMenuItemCollectionBuilder>) Collection that contains child items of the current toolbar item.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Sets a value that is the toolbar item name.
NavigateUrl(Action<ControlRouteBuilder>) Sets an URL which defines the navigation location.
NavigateUrl(String) Sets an URL which defines the navigation location.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Selected(Boolean) Sets a value that specifies whether the current menu item is selected.
SettingsBootstrap(Action<BootstrapToolbarItemBootstrapSpecificSettingsBuilder>) Provides access to the toolbar item’s rendering settings affecting features specific to the Bootstrap framework.
SubMenuTemplate(TemplateContent) Sets a template used for displaying the client region’s content of the current menu item’s submenus.
SubMenuTemplate(TemplateContentCallback<BootstrapToolbarItemTemplateContainerSettings>) Sets a template used for displaying the client region’s content of the current menu item’s submenus.
Target(String) Sets the window or frame at which to tarthe contents of the URL associated with the current menu item.
Template(TemplateContent) Sets a template used to display the content of the current menu item.
Template(TemplateContentCallback<BootstrapToolbarItemTemplateContainerSettings>) Sets a template used to display the content of the current menu item.
Text(String) Sets the text content of the current menu item.
TextTemplate(TemplateContent) Sets a template used for displaying the text content of the current menu item.
TextTemplate(TemplateContentCallback<BootstrapToolbarItemTemplateContainerSettings>) Sets a template used for displaying the text content of the current menu item.
ToolTip(String) Sets a value that is the toolbar item tooltip.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(Boolean) Sets a value specifying the visibility of the current menu item.
VisibleIndex(Int32) 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).
See Also