AppointmentItem.RecurrenceInfo Property
Returns information that specifies an appointment’s recurrence rule.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IRecurrenceInfo RecurrenceInfo { get; }
Property Value
Type | Description |
---|---|
IRecurrenceInfo | Information about recurrence rules. |
Remarks
The RecurrenceInfo
property returns null
if AppointmentItem.Type is not Pattern.
See Also