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