IBreadcrumbItem.Data

Syntax

Data: Variant;

Description

The Data property is used to store custom data of the simple types.

Comments

The value of this property is used when the state of component elements is saved or loaded. It imposes certain constraints on the data that can be stored in this property. The data of the simple types can be stored in this property. It is not allowed to store collections, arrays, objects of system and custom classes and other data that do not support serialization in XML.

See also:

IBreadcrumbItem