ASPxClientGanttTooltipShowingEventArgs Members
Provides data for the TooltipShowing event.Constructors
| Name | Description |
|---|---|
| constructor(container, task) | Initializes a new instance of the ASPxClientGanttTooltipShowingEventArgs class with specified settings. |
Properties
| 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