Skip to main content
All docs
V23.2

ASPxClientGanttTaskEditDialogShowingEventArgs Members

Contains data for the TaskEditDialogShowing event.

Constructors

Name Description
constructor(key, values, readOnlyFields, hiddenFields) Initializes a new instance of the ASPxClientGanttTaskEditDialogShowingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
hiddenFields Specifies hidden fields in the edit dialog.
key Specifies the task key.
readOnlyFields Specifies read-only fields in the edit dialog.
values Specifies the task values.
See Also