constructor(key, values, readOnlyFields, hiddenFields) Constructor
Initializes a new instance of the ASPxClientGanttTaskEditDialogShowingEventArgs class with specified settings.
Declaration
constructor(
key: any,
values: any,
readOnlyFields: string[],
hiddenFields: string[]
)
Parameters
Name | Type | Description |
---|---|---|
key | any | The task key. |
values | any | The task values. |
readOnlyFields | string[] | An array of read-only fields. |
hiddenFields | string[] | An array of hidden fields. |
See Also