constructor(recurrenceControl) Constructor
Initializes a new instance of the DailyRecurrenceValuesAccessor object. For internal use only.
Declaration
constructor(
recurrenceControl: ASPxClientRecurrenceControlBase
)
Parameters
| Name | Type | Description |
|---|---|---|
| recurrenceControl | ASPxClientRecurrenceControlBase | A ASPxClientRecurrenceControlBase object specifying the required recurrence control. |
See Also