DxSchedulerAppointmentItem.IsRecurring Property
In This Article
Gets whether the appointment belongs to a recurring series.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool IsRecurring { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
An appointment is recurring if its Type is Pattern, Occurrence, ChangedOccurrence, DeletedOccurrence.
See Also