SchedulerItemBase.RecurrenceInfo Property
Gets or sets information that defines an appointment’s recurrence rule.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public IRecurrenceInfo RecurrenceInfo { get; set; }
#Property Value
Type | Description |
---|---|
IRecurrence |
A IRecurrence |
#Remarks
If the current appointment is recurring the RecurrenceInfo property provides access to its recurrence rules. For the appointments whose type is AppointmentType.Normal this property returns null (Nothing in Visual Basic).
Important
When working with recurring appointments in bound mode, specify the Scheduler
Review the How to: Create Recurrence in Code document for information on creating recurrence info for an appointment.
Tip
You can use the IRecurrence
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecurrenceInfo property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.