Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttStartCellEditingEventArgs Members

Contains data for the StartCellEditing event.

Constructors

Name Description
constructor(key, focusedFieldName, values) Initializes a new instance of the ASPxClientGanttStartCellEditingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
focusedFieldName Specifies the field name of the focused task.
key Specifies the task key.
values Specifies the task values.
See Also