PvtDimension.NamingAttributes

Syntax

MultiSelect: Array;

Description

The NamingAttributes property contains array of attribute identifiers used in dimension element names.

Comments

Value of the NamingAttributes property can be set from JSON or using the setNamingAttributes method, and returned using the getNamingAttributes method.

Array of attributes is created in the order of their sequence.

Example

The example of use is given in description of the PvtDimension.CalendarViewMode property.

See also:

PvtDimension