ASPxClientGanttTaskEditDialogShowingEventArgs Properties
Contains data for the TaskEditDialogShowing event.| 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