AppointmentFormControllerBase.AssignRecurrenceInfoRangeProperties(RecurrenceInfo, RecurrenceRange, DateTime, DateTime, Int32, Appointment) Method
In This Article
Assigns recurrence info properties dependant on the specified recurrence range.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
public void AssignRecurrenceInfoRangeProperties(
RecurrenceInfo rinfo,
RecurrenceRange range,
DateTime start,
DateTime end,
int occurrenceCount,
Appointment pattern
)
#Parameters
Name | Type | Description |
---|---|---|
rinfo | Recurrence |
A Recurrence |
range | Recurrence |
A Recurrence |
start | Date |
A Date |
end | Date |
A Date |
occurrence |
Int32 | An integer specifying the number of occurrences. |
pattern | Appointment | An Appointment object that is the pattern of the recurrence chain. |
#Remarks
Override the AssignRecurrenceInfoRangeProperties method to implement a custom technique for updating recurrence information dependant on the recurrence range.
See Also