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

ISchedulerRecurrenceInfo Interface

A base interface that defines recurrence information.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public interface ISchedulerRecurrenceInfo :
    INotifyPropertyChanged

The following members return ISchedulerRecurrenceInfo objects:

Remarks

The ISchedulerRecurrenceInfo interface is the base interface implemented in the DxSchedulerRecurrenceInfo class.

See Also