Specifies options for displaying the widget.
Object
String
If you assign only a string that specifies event names on which the widget is shown, the widget will not apply any delay.
showEvent: "dxclick"
The delay in milliseconds after which the widget is displayed.
Number
Specifies the event names on which the widget is shown.
The option takes a string value representing a DOM event or a DevExtreme UI Event name. You can also pass several event names separated by a space. The DevExtreme and DOM events may be combined.
showEvent: { name: "dxdblclick keyup", delay: 70 }