NavigationBar
Wisej.Web.Ext.NavigationBar.NavigationBar
Namespace: Wisej.Web.Ext.NavigationBar
Assembly: Wisej.Web.Ext.NavigationBar (3.2.0.0)
Represents a responsive vertical navigation bar that displays an application header with logo, child items, and a user panel with gravatar and other user information.
Constructors
Initializes a new instance of NavigationBar.
Properties
Boolean: Returns or sets the compact view mode. (Default: False
)
Boolean: Allows the user to change the SelectedItem using the keyboard. (Default: False
)
Int32: Returns or sets the indentation in pixels for child items. (Default: 0
)
Int32: Returns or sets the height of the child NavigationBarItem elements. (Default: 45
)
NavigationBarItemCollection: Returns the collection of items to display in the NavigationBar.
String: Returns or sets the logo to display in the title. (Default: ""
)
NavigationBarItem: Returns or sets the selected item.
Boolean: Shows or hides the header panel. (Default: True
)
Boolean: Shows or hides the user panel. (Default: True
)
String: Returns or sets the text to display in the title. (Default: ""
)
String: Returns or sets the user avatar to display in the user panel.
String: Returns or sets the user name to display in the user panel. (Default: ""
)
String: Returns or sets the status text to display in the user panel. (Default: ""
)
Color: Returns or sets the status color to display in the user panel. (Default: Color [Empty]
)
Methods
Returns the URL for the en.gravatar associated to specified email address.
Parameter | Type | Description |
---|---|---|
Email address for which to retrieve the gravatar URL. |
Returns: String.
Events
EventHandler Fired when the value of the property CompactView changes.
NavigationBarItemClickEventHandler Fired when the user clicks an item in the NavigationBar.
NavigationBarItemClickEventHandler Fired when the user clicks the InfoText in a NavigationBarItem.
NavigationBarItemClickEventHandler Fired when the user clicks the ShortcutIcon in a NavigationBarItem.
EventHandler Fired when the value of the property SelectedItem changes.
EventHandler Fired when the user clicks the title header.
EventHandler Fired when the user clicks the user information panel.
Last updated