TabSheetObject.MovementMode

Syntax

MovementMode: PP.Ui.TabObjectMovementMode;

Description

The MovementMode property determines object moving method in table.

Comments

Use JSON or the setMovementMode method to set the property value, and the getMovementMode method to get the property value.

The property takes value of the PP.Ui.TabObjectMovementMode enumeration identical to the TabObjectMovementModeenumeration.

Example

The example of use is given on the TabSheetObject Constructor page.

See also:

TabSheetObject