Specifies properties of popover hiding.
Object
String
If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply any delay.
hideEvent: "mouseleave"
The delay in milliseconds after which the UI component is hidden.
Number
Specifies the event names on which the UI component is hidden.
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.
hideEvent: { name: "dxdblclick mouseout", delay: 70 }