Skip to main content
All docs
V24.2

ASPxClientGanttTaskShowingEventArgs Members

In This Article
Contains data for the TaskShowing event.

#Constructors

Name Description
constructor(container, item) Initializes a new instance of the ASPxClientGanttTaskShowingEventArgs class with specified settings.

#Properties
Show Inherited Hide Inherited

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