Extensions
The RadDiagramRibbon control allows you to easily add one or all of the following RadDiagram and RadRibbonView extensions. This way you can give the user ability to show/hide any of the specified extensions dynamically.
Figure 1: DiagramRibbon Extensions
RadDiagramToolBox
To add a RadDiagramToolbox to the RadDiagramRibbon control, you can bind the ToolBox property to a RadDiagramToolBox using an ElementName binding.
Example 1: Add RadDiagramToolbox to DiagramRibbon
DiagramNavigationPane
To add a RadDiagramNavigationPane to the RadDiagramRibbon control, you can bind the NavigationPane property to a RadDiagramNavigationPane using an ElementName binding.
Example 2: Add RadDiagramNavigationPane to DiagramRibbon
RadDiagramRuler
To add a RadDiagramRuler to the DiagramRibbon the VerticalRuler and HorizontalRuler properties can be bound to RadDiagramRuler instances using an ElementName binding.
Example 3: Add RadDiagramRuler to DiagramRibbon
QuickAccessToolBar
To add QuickAccessToolBar to the DiagramRibbon you can bind the QuickAccessToolBar property a QuickAccessToolBar instance using an ElementName binding.
Example 4: Add QuickAccessToolBar to DiagramRibbon
RadRibbonBackstage
To add a Backstage to the DiagramRibbon you can use the Backstage property and declare a RadRibbonBackstage element.