Skip to main content

IRecurrenceInfo Interface

A base interface that defines recurrence information.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public interface IRecurrenceInfo :
    INotifyPropertyChanged

Remarks

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

See Also