ChartBreadcrumbItem.LastItem

Syntax

LastItem: Boolean

Description

The LastItem property determines whether the current chain item is the last item in the breadcrumb chain.

Comments

Use JSON or the setLastItem method to set the property value, and the getLastItem method to get the property value.

If this property is true, the item is the last one, otherwise it is not.

Example

The example of use is given in the page with description of the ChartBreadcrumbItem.Caption property.

See also:

ChartBreadcrumbItem