ISchedulerRecurrenceInfo Interface
A base interface that defines recurrence information.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public interface ISchedulerRecurrenceInfo :
INotifyPropertyChanged
Related API Members
The following members return ISchedulerRecurrenceInfo objects:
Remarks
The ISchedulerRecurrenceInfo
interface is the base interface implemented in the DxSchedulerRecurrenceInfo class.
See Also