Back to Devexpress

AppointmentItem.IsRecurring Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-347ab033.md

latest1.3 KB
Original Source

AppointmentItem.IsRecurring Property

Gets whether the appointment belongs to a recurring series.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsRecurring { get; }
vb
Public ReadOnly Property IsRecurring As Boolean

Property Value

TypeDescription
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

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace