Skip to main content

ASPxClientRecurrenceInfo.SetRange(range) Method

Sets the type of the recurrence range.

Declaration

SetRange(
    range: ASPxClientRecurrenceRange
): void

Parameters

Name Type Description
range ASPxClientRecurrenceRange

An ASPxClientRecurrenceRangeenumeration value that specifies the recurrence range type.

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