Skip to main content

DxSchedulerAppointmentItem.RecurrenceInfo Property

Gets information that specifies an appointment’s recurrence rule.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public ISchedulerRecurrenceInfo RecurrenceInfo { get; }

Property Value

Type Description
ISchedulerRecurrenceInfo

An object that defines recurrence information.

See Also