Skip to main content

AppointmentItem.RecurrenceInfo Property

Returns information that specifies an appointment’s recurrence rule.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.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