Skip to main content
A newer version of this page is available. .
All docs
V21.1

ASPxClientGanttProgressTooltipShowingEventArgs Members

Contains data for the ProgressTooltipShowing event.

Constructors

Name Description
constructor(container, item) Initializes a new instance of the ASPxClientGanttProgressTooltipShowingEventArgs 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 the task’s progress information.
See Also