The Orgchart.Core.CommandBar namespace holds the classes related to both the CommandBar and NavigationBar
| C# | Visual Basic | Visual C++ |
namespace OrgChart.Core.CommandBar
Namespace OrgChart.Core.CommandBar
namespace OrgChart.Core.CommandBar
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| ChartCommandBar |
The CommandBar. This control allows the end user to control the apperance of the organisation chart.
| |
| CommandBarSettings | ||
| CommandBarSettingsConverter |
Helper class that converts a CommandBarSettings class into a string and vice-versa so that it can be stored in viewstate
| |
| NavBarSettings |
Defines the navigation bar settings.
Defines navigation settings for the organisation chart including whether to show the navigation bar and the icons to use | |
| NavBarSettingsConverter |
Helper class that converts a NavBarSettings class into a string and vice-versa so that it can be stored in viewstate
| |
| NavigationCommandBar |
Displays a command bar located at the top of each node in an Organisation Chart
The command bar provides navigation controls and information about the current node |