AppointmentItem.RecurrenceInfoId Property
In This Article
Returns the identifier of the recurrence info associated with this appointment.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
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