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

DxSchedulerAppointmentItem.IsRecurring Property

Gets whether the appointment belongs to a recurring series.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool IsRecurring { get; }

Property Value

Type Description
Boolean

True, if the appointment is recurring; otherwise, false.

Remarks

An appointment is recurring if its Type is Pattern, Occurrence, ChangedOccurrence, DeletedOccurrence.

See Also