.Net Organisation Chart Component Class Library
NavBarSettings Class
NamespacesOrgChart.Core.CommandBarNavBarSettings
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Defines the navigation bar settings.

Defines navigation settings for the organisation chart including whether to show the navigation bar and the icons to use

Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class NavBarSettings
<SerializableAttribute> _
Public Class NavBarSettings
[SerializableAttribute]
public ref class NavBarSettings
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NavBarSettings()()()
Initializes a new instance of the NavBarSettings class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Visible
Shows or hides the navigation bar

Inheritance Hierarchy
Object
NavBarSettings

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)