Skip to main content

DxSchedulerAppointmentItem.IsRecurring Property

Gets whether the appointment belongs to a recurring series.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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