Skip to main content

AppointmentItem.IsRecurring Property

Gets whether the appointment belongs to a recurring series.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsRecurring { get; }

Property Value

Type Description
Boolean

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

Remarks

An appointment is supposed to be recurring if its AppointmentItem.Type value is not the AppointmentType.Normal.

See Also