constructor(key, focusedFieldName, values) Constructor
Initializes a new instance of the ASPxClientGanttStartCellEditingEventArgs class with specified settings.
Declaration
constructor(
key: any,
focusedFieldName: string,
values: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| key | any | The task key. |
| focusedFieldName | string | The field name of the focused task. |
| values | any | The task values. |
See Also