AppointmentItem.RecurrenceInfoId Property
Returns the identifier of the recurrence info associated with this appointment.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
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