DxSchedulerAppointmentItem.RecurrenceInfo Property
Gets information that specifies an appointment’s recurrence rule.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public ISchedulerRecurrenceInfo RecurrenceInfo { get; }
Property Value
Type | Description |
---|---|
ISchedulerRecurrenceInfo | An object that defines recurrence information. |
See Also