ASPxClientGanttTaskShowingEventArgs Members
Contains data for the TaskShowing event.Constructors
| Name | Description |
|---|---|
| constructor(container, item) | Initializes a new instance of the ASPxClientGanttTaskShowingEventArgs 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 the task’s content. |
| item | Contains information about a task object and its settings. |
See Also