Skip to main content
A newer version of this page is available. .

SchedulerControl.GetOccurrenceOrException(AppointmentItem, Int32) Method

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public AppointmentItem GetOccurrenceOrException(
    AppointmentItem pattern,
    int recurrenceIndex
)

Parameters

Name Type
pattern AppointmentItem
recurrenceIndex Int32

Returns

Type
AppointmentItem
See Also