ASPxClientReminder.GetCustomField(key) Method
Gets the custom field bound to the reminder.
Declaration
GetCustomField(
key: string
): any
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | A string object representing the custom field’s ID. |
Returns
| Type | Description |
|---|---|
| any | An object representing the custom field. |
See Also