Gesture Property

Version: Available or changed with runtime version 1.0.

Specifies a gesture that runs the action on a device with a touch interface, such as the phone client.

Applies to

  • Page Action
  • Page File Upload Action

Property Value

Value Available or changed with Description
None runtime version 1.0 No gesture for the action.
LeftSwipe runtime version 1.0 Swipe in from the right edge of the touch interface.
RightSwipe runtime version 1.0 Swipe in from the left edge of the touch interface.
ContextMenu runtime version 1.0 The action has a context menu.

Syntax

Gesture = None;

Remarks

You typically use the Gesture property on list type pages for executing an action on items in a repeater control.

See Also

Implementation Tips for Gestures
Introducing the Dynamics 365 Business Central Mobile App