Skip to main content

MVCxTreeListToolbarItem Members

Implements the Tree List’s toolbar item functionality.

Constructors

Name Description
MVCxTreeListToolbarItem() Initializes a new instance of the MVCxTreeListToolbarItem class with default settings.

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 Gets or sets the value that specifies a root item’s horizontal layout within the menu. Inherited from MenuItem.
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 the name of a command executed when clicking a toolbar item. Inherited from TreeListToolbarItem.
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 Gets or sets a value indicating whether submenu scrolling is enabled for a particular menu item. Inherited from MenuItem.
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.
Image Gets the settings of an image displayed within the menu item. Inherited from MenuItem.
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 Gets the style settings for the current menu’s item. Inherited from MenuItem.
Menu Gets the menu object to which the current menu item belongs. Inherited from MenuItem.
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 the collection’s owner. Inherited from GridToolbarItem.
Parent Gets the immediate parent item to which the current toolbar item belongs. Inherited from GridToolbarItem.
PopOutImage Gets the settings of an image, which represents an item’s pop-out image. Inherited from MenuItem.
ScrollButtonStyle Gets the style settings that define the appearance of scroll buttons for a particular item. Inherited from MenuItem.
ScrollDownButtonImage Gets the settings which define an image, displayed within a particular item’s scroll down button . Inherited from MenuItem.
ScrollUpButtonImage Gets the settings which define an image, displayed within a particular item’s scroll up button . Inherited from MenuItem.
Selected Gets or sets a value that specifies whether the current menu item is selected. Inherited from MenuItem.
SubMenuItemImage Gets the settings of an image displayed by all the submenu items of the current menu item. Inherited from MenuItem.
SubMenuItemStyle Gets the style settings for all submenu items of the current menu item. Inherited from MenuItem.
SubMenuPopOutImage Gets the settings of an image displayed by all pop-out images of the current submenu items. Inherited from MenuItem.
SubMenuStyle Gets the style settings for the client regions of all submenus of the current menu item. Inherited from MenuItem.
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.

Methods

Name Description
Assign(CollectionItem) Copies public properties from the specified CollectionItem object to the current object.
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 GridToolbarItem.
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.
SetSubMenuTemplateContent(Action<MenuItemTemplateContainer>) Allows you to provide a template for rendering the client region’s content of the current toolbar item’s subitems.
SetSubMenuTemplateContent(String) Allows you to provide a template for rendering the client region’s content of the current toolbar item’s subitems.
SetTemplateContent(Action<MenuItemTemplateContainer>) Allows you to provide a template for rendering the toolbar item’s content.
SetTemplateContent(String) Allows you to provide a template for rendering the toolbar item’s content.
SetTextTemplateContent(Action<MenuItemTemplateContainer>) Allows you to provide a template for rendering the toolbar item’s text content.
SetTextTemplateContent(String) Allows you to provide a template for rendering the toolbar item’s text content.
ToString() Returns the string that represents the current object. Inherited from MenuItem.
See Also