AppointmentItem.RecurrenceInfoId Property
In This Article
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
C#
public object RecurrenceInfoId { get; }
#Property Value
Type | Description |
---|---|
System. |
The identifier of the recurrence info associated with this appointment, if appointment is occurrence. |
See Also