ASPxClientGanttTooltipShowingEventArgs Properties
Provides data for the TooltipShowing event.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| container | Returns a container for an instance of the tooltip. |
| task | Returns the processed task. |
See Also