PvtDimension.IsFixed

Syntax

IsFixed: Boolean;

Description

The IsFixed property determines whether dimension is private.

Comments

Value of the IsFixed property can be set from JSON or using the setIsFixed method, and returned using the getIsFixed method.

Example

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

See also:

PvtDimension