Specifies properties for displaying the UI component.
Object
String
If you assign only a string that specifies event names on which the UI component is shown, the UI component will not apply any delay.
showEvent: "mouseenter"
The delay in milliseconds after which the UI component is displayed.
Number
Specifies the event names on which the UI component is shown.
The property 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 }