#Navigation
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| NavigationButtonOptions | ButtonOptions | A collection of options for buttons appearing in the exporting module. | null |
| String | MenuItemHoverStyle | CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults to <pre>menuItemHoverStyle: { background: '#4572A5', color: '#FFFFFF'}</pre> | null |
| String | MenuItemStyle | CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults to <pre>menuItemStyle: { padding: '0 5px', background: NONE, color: '#303030'}</pre> | null |
| String | MenuStyle | CSS styles for the popup menu appearing by default when the export icon is clicked. This menu is rendered in HTML. Defaults to <pre>menuStyle: { border: '1px solid #A0A0A0', background: '#FFFFFF'}</pre> | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
