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