Skip to main content
A newer version of this page is available. .

IRecurrenceInfo Interface

A base interface that defines recurrence information.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public interface IRecurrenceInfo :
    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 AppointmentItem.RecurrenceInfo
RecurrenceRangeControl.RecurrenceInfo

Remarks

The IRecurrenceInfo interface is the base interface implemented in the RecurrenceInfo class.

See Also