corelibraries-devexpress-dot-xtrascheduler-5dd60087.md
A base interface that defines recurrence information.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IRecurrenceInfo :
INotifyPropertyChanged
Public Interface IRecurrenceInfo
Inherits INotifyPropertyChanged
The following members return IRecurrenceInfo objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | Appointment.RecurrenceInfo |
| RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(String) | |
| RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(XmlNode) | |
| WinForms Controls | RecurrenceControlBase.RecurrenceInfo |
| WPF Controls | RecurrenceBuilder.FromRFC5545RRule(String) |
| SchedulerItemBase.RecurrenceInfo |
The IRecurrenceInfo interface is the base interface implemented in the RecurrenceInfo class.
See Also