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

AppointmentItem.RecurrenceInfoId Property

Returns the identifier of the recurrence info associated with this appointment.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public object RecurrenceInfoId { get; }

Property Value

Type Description
Object

The identifier of the recurrence info associated with this appointment, if appointment is occurrence.

See Also