Skip to main content

NavigationBarItem

Namespace: Wisej.Web.Ext.NavigationBar

Assembly: Wisej.Web.Ext.NavigationBar

Represents a navigation item in the NavigationBar control.

public class NavigationBarItem : FlexLayoutPanel

Constructors

Initializes a new instance of the NavigationBarItem class.

Properties

Instance memberAllowHtml

Boolean: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False)

Instance memberBackColor

Color: Returns or sets the background color.

Instance memberCursor

Cursor: Returns or sets the icon of the NavigationBarItem. (Default: null)

Instance memberExpanded

Boolean: Expands or collapses child items. (Default: False)

Instance memberExpandOnClick

Boolean: Determines whether to expand or collapse the item when clicking the item rather than having to click the open/close icon. (Default: True)

Instance memberForeColor

Color: Returns or sets the text color.

Instance memberHasChildren

Boolean: Returns whether the NavigationBarItem contains child items.

Instance memberHidden

Boolean: Returns or sets the visibility of the NavigationBarItem. (Default: False)

Instance memberIcon

String: Returns or sets the icon of the NavigationBarItem. (Default: null)

Instance memberIconVisible

Boolean: Returns or sets whether the item's icon is visible. (Default: True)

Instance memberInfoText

String: Returns or sets the text to show in the info "bubble" next to the item. (Default: "")

Instance memberInfoTextBackColor

Color: Returns or sets the background color of the info "bubble".

Instance memberInfoTextForeColor

Color: Returns or sets the text color of the info "bubble".

Instance memberItems

NavigationBarItemCollection: Returns the collection of items to display in the NavigationBarItem.

Instance memberLevel

Int32: Returns the indentation level of this NavigationBarItem item.

NavigationBar: Returns the owner NavigationBar.

Instance memberParent

NavigationBarItem: Returns the parent NavigationBarItem or null.

Instance memberSelected

Boolean: Returns whether the NavigationBarItem is the currently selected item.

Instance memberShortcutIcon

String: Returns or sets the shortcut icon. (Default: "spinner-plus")

Instance memberShowShortcut

Boolean: Shows or hides the shortcut button. (Default: False)

Instance memberText

String: Returns or sets the title of the NavigationBarItem. (Default: "")

Instance memberVisible

Boolean:

Methods

Instance memberResetBackColor()

Instance memberResetForeColor()

Instance memberUpdate()

Events

Instance memberCollapse

EventHandler Fired when the NavigationBarItem is collapsed to hide child items.

Instance memberExpand

EventHandler Fired when the NavigationBarItem is expanded to show the child items.

Instance memberInfoClick

EventHandler Fired when the user clicks the info "bubble".

Instance memberMouseEnter

EventHandler

Instance memberMouseLeave

EventHandler

Instance memberShortcutClick

EventHandler Fired when the user clicks the shortcut icon.

Instance memberSwipe

SwipeEventHandler