Badge
|
Gets settings of a badge displayed within the item.
|
BeginGroup
|
Gets or sets a value that specifies whether the current menu item starts a group.
|
Checked
|
Gets or sets whether the menu item is checked.
|
ClientEnabled
|
Gets or sets a value that indicates whether the toolbar item is enabled on the client.
|
ClientVisible
|
Gets or sets a value that specifies the toolbar item’s initial visibility state on the client.
|
Collection
|
Gets the collection to which an item belongs.
|
Command
|
Gets or sets a command to execute when the item is clicked.
|
CssClass
|
Gets or sets the name of a CSS class applied to the toolbar item element.
|
DataItem
|
Gets the data item that is bound to the menu item.
|
DataPath
|
Gets the path to the data that is bound to the menu item.
|
Depth
|
Gets the level at which a menu item is displayed.
|
DisplayMode
|
Gets or sets the display mode of the current toolbar item within the toolbar.
|
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.
|
Enabled
|
Gets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions.
|
GroupName
|
Gets or sets the name of a logical check group to which the menu item belongs.
|
HasChildren
|
Returns a value that indicates whether the current menu item has any child items.
|
HasVisibleChildren
|
Returns a value that indicates whether the current menu item has visible child items.
|
IconCssClass
|
Gets or sets the CSS class of the icon displayed within the toolbar item.
|
Index
|
Gets or sets the item’s index within the collection.
|
IndexPath
|
For internal use only.
|
Name
|
Gets or sets a value that is the toolbar item name.
|
NavigateUrl
|
Gets or sets an URL which defines the navigation location.
|
Owner
|
Gets the collection’s owner.
|
Parent
|
Gets the immediate parent toolbar item to which the current item belongs.
|
Selected
|
Gets or sets a value that specifies whether the current menu item is selected.
|
SubMenuTemplate
|
Gets or sets a template used for displaying the client region’s content of the current menu item’s submenus.
|
Target
|
Gets or sets the window or frame at which to target the contents of the URL associated with the current menu item.
|
Template
|
Gets or sets a template used to display the content of the current menu item.
|
Text
|
Gets or sets the text content of the current menu item.
|
TextTemplate
|
Gets or sets a template used for displaying the text content of the current menu item.
|
ToolTip
|
Gets or sets a value that is the toolbar item tooltip.
|
Visible
|
Gets or sets a value specifying the visibility of the current menu item.
|
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).
|