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.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public interface IRecurrenceInfo :
    INotifyPropertyChanged

Remarks

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

See Also