The List of Bar Items and Links
- 4 minutes to read
The DXBars for Silverlight suite provides a number of bar items that you can add to bars, submenus, popup menus and Ribbon controls. This document provides a list of the available bar items and corresponding bar item links.
#Bar Item and Link Types
Each bar item is represented by a specific class derived from the BarItem, which is the base class for all items. When you add a bar item to a bar or submenu, a link is created, and its type corresponds to the item's type. The base class for bar item links is the BarItemLink.
The following table illustrates the bar items and corresponding links provided by the DXBars for Silverlight suite.
Item/Link | Description |
---|---|
Bar | This item type represents a regular button. To respond to clicking the item, handle the Bar |
Bar | Represents a check button, supporting two or three check states. To respond to toggling the button's state, handle the Bar Bar check items can be combined into a group via the Bar |
Bar | Represents a button that supports the drop-down functionality. Use the Bar |
Bar | Combines a checkbox and dropdown buttons in one item. Use the Bar |
| This item type represents an item that contains other items. It is visually represented as a submenu. Use the Bar |
Bar | An item of this type is used to represent static text on bars and menus. This item cannot be selected, and has no shortcuts. Clicking on the item however, invokes the Item |
| This item allows you to display editors from the DXEditors for Silverlight library within bars and menus. Use the Bar |
This item type represents a group of links. You can create a Bar | |
Toolbar | This item type represents a list of existing bars/bar item links and allows an end-user to customize the visibility of the bars/links. You can add a Toolbar If the Toolbar |
This item type allows an end-user to control the visibility of links in a Bar | |
Bar | Represents a group of buttons within Ribbon NOTEBar |
Ribbon | Represents a gallery within a Ribbon NOTERibbon |
#Examples
- How to create bar items and associate them with categories
- How to embed in-place editors into bars
- How to get and focus an in-place editor
- How to create various bar items and add separators between links
- How to create a BarLinkContainerItem
- How to create a BarSplitButtonItem
- How to create a BarToolbarItemList item
- How to create BarStaticItem items
- How to create a bar containing an embedded text editor