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

SchedulerControl.GetOccurrenceOrException(Object, Int32) Method

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentItem GetOccurrenceOrException(
    object recurrenceInfoId,
    int recurrenceIndex
)

Parameters

Name Type
recurrenceInfoId Object
recurrenceIndex Int32

Returns

Type
AppointmentItem
See Also