Back to Devexpress

Link

vcl-160020-expressnavbar-glossary-link.md

latest5.0 KB
Original Source

Link

  • Dec 28, 2020

NavBar items are displayed within a group with the help of links. A link is a TdxNavBarItemLink object which represents a reference to a specific item. The caption, hint text and image displayed by a link are obtained from properties of the corresponding item object.

You can create several links for one item within different groups. Clicking any of these links will activate the same item functionality, which is implemented via:

  • the Execute method of the action object assigned to the item’s Action property (this method fires the OnExecute event)

  • the item’s OnClick event.

For detailed information on link management, please refer to the Selecting and Clicking Links topic.

Each group stores its internal collection of links. You can access individual links via the Links property of a group.

The following image shows the relationship between a group, item and link.

See Also

TCustomdxBarComboControl.Item

TcxCustomDataField.Item

TcxCustomGridColumnOptions.Item

TcxCustomGridTableItemStyles.Item

TcxGridBandedColumnPosition.Item

TcxGridBandedColumnStyles.Item

TcxGridCardViewRowPosition.Item

TcxGridCardViewRowStyles.Item

TcxGridColumnStyles.Item

TcxGridItemDataBinding.Item

TcxGridLayoutItemCaptionOptions.Item

TcxGridLayoutViewStyles.Item

TcxGridRecordCellHitTest.Item

TcxGridTableDataCellViewInfo.Item

TcxGridWinExplorerViewItemStyles.Item

TdxBarApplicationMenuButton.Item

TdxBarComboControl.Item

TdxBarContainerItemControl.Item

TdxBarDBCheckLink.Item

TdxBarEditControl.Item

TdxBarItemControl.Item

TdxBarItemLink.Item

TdxBarLargeButtonControl.Item

TdxBarStaticControl.Item

TdxBarSubItemControl.Item

TdxBarTreeViewComboControl.Item

TdxBarWinControl.Item

TdxGalleryControlOptionsView.Item

TdxLayoutBasicItemHitTest.Item

TdxLayoutGroupHitTest.Item

TdxLayoutItemHitTest.Item

TdxNavBarDefaultStyles.Item

TdxNavBarItemCustomStyles.Item

TdxNavBarItemLink.Item

TdxRibbonBackstageViewGalleryControlOptionsView.Item

TdxRibbonBackstageViewMenuButton.Item

TdxRibbonGalleryControl.Item

TdxTileControlDragItemInfo.Item

TdxTileControlHitTest.Item

Linking Groups and Items

Selecting and Clicking Links

Term list