Defines the navigation bar settings.
Defines navigation settings for the organisation chart including whether to show the navigation bar and the icons to use
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class NavBarSettings
<SerializableAttribute> _ Public Class NavBarSettings
[SerializableAttribute] public ref class NavBarSettings
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| NavBarSettings()()() | Initializes a new instance of the NavBarSettings class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitialItemId |
The initial Id used to render the chart. This is used to determine if
we should show or hide the navigation buttons for the first ChartItem
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NavDownImageUrl |
Path to image to use for navigate down button
| |
| NavigateDownToolTip | ||
| NavigateUpToolTip |
Sets the text to be displayed when the end user hovers over the upward navigation arrow
| |
| NavSelectImageUrl |
Path to image to use for select item button
| |
| NavUpImageUrl |
Path to image to use for navigate up button
| |
| ShowHidePeersButton |
Shows or hides the "HIDE PEERS" button
| |
| ShowNavigationButtons |
Shows or hides the navigation buttons
| |
| ShowSelectButton |
Shows or hides the "SELECT" button
| |
| ToString()()() | (Inherited from Object.) | |
| Visible |
Shows or hides the navigation bar
|
| Object | |
| NavBarSettings | |