NavigationBar.Items

Syntax

Items: Array

Description

The Items property sets the list of panels included into the component.

Comments

Panels can be also added to the component using the addItem method.

Example

An example of using this property is given in the Example of Creating the NavigationBar Component.

See also:

NavigationBar