NavigationBarItem

Wisej.Web.Ext.NavigationBar.NavigationBarItem

Namespace: Wisej.Web.Ext.NavigationBar

Assembly: Wisej.Web.Ext.NavigationBar (3.2.0.0)

Represents a navigation item in the NavigationBar control.

public class NavigationBarItem : FlexLayoutPanel

Constructors

Initializes a new instance of the NavigationBarItem class.

Properties

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

Color: Returns or sets the background color.

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

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

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

Color: Returns or sets the text color.

Boolean: Returns whether the NavigationBarItem contains child items.

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

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

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

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

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

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

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

Int32: Returns the indentation level of this NavigationBarItem item.

NavigationBar: Returns the owner NavigationBar.

NavigationBarItem: Returns the parent NavigationBarItem or null.

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

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

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

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

Boolean:

Methods

Events

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

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

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

EventHandler

EventHandler

EventHandler Fired when the user clicks the shortcut icon.

SwipeEventHandler

Last updated