Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ISchedulerRecurrenceInfo Interface

A base interface that defines recurrence information.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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