ASPxClientReminder.GetCustomField(key) Method
In This Article
Gets the custom field bound to the reminder.
#Declaration
TypeScript
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