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

DxSchedulerAppointmentItem.RecurrenceInfo Property

Gets information that specifies an appointment’s recurrence rule.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public ISchedulerRecurrenceInfo RecurrenceInfo { get; }

Property Value

Type Description
ISchedulerRecurrenceInfo

An object that defines recurrence information.

See Also