ASPxClientGanttTimeTooltipShowingEventArgs Members
Contains data for the TimeTooltipShowing event.Constructors
| Name | Description |
|---|---|
| constructor(container, item) | Initializes a new instance of the ASPxClientGanttTimeTooltipShowingEventArgs class with specified settings. |
Properties
| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| container | Gets the tooltip container. |
| item | Gets information about the task’s start and end time. |
See Also