Breadcrumb.StartMenuButton

Syntax

StartMenuButton: Boolean

Description

The StartMenuButton event determines whether the Add Item button is displayed in the component.

Comments

The Add Item button is located to the right of the Remove button and looks as follows:

Pressing the button opens a panel that contains an item menu.

If the property is set to False, the button is not displayed. By default the property is set to True.

Example

To execute the example, create the Breadcrumb component named bread.

Property value can be set via a JSON object:

StartMenuButton: false

or at API level:

treeList.setStartMenuButton(false);

After executing the example the Add Item button is not displayed in the Breadcrumb component.

See also:

Breadcrumb