ASPxClientRecurrenceInfo.GetRange Method
In This Article
Gets the type of the recurrence range.
#Declaration
TypeScript
GetRange(): ASPxClientRecurrenceRange
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The method is used in script-driven client appointment forms to update the form controls. For more information on the corresponding member of the RecurrenceInfo class, see the RecurrenceInfo.Range article.
See Also