Back to Devexpress

AppointmentItemOperationEventArgs.Recurring Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemoperationeventargs-28b6d4bf.md

latest1.5 KB
Original Source

AppointmentItemOperationEventArgs.Recurring Property

Gets whether the target appointment is recurring.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public virtual bool Recurring { get; }
vb
Public Overridable ReadOnly Property Recurring As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

An appointment is assumed to be recurrent if its AppointmentItem.Type value is not AppointmentType.Normal.

See Also

AppointmentItemOperationEventArgs Class

AppointmentItemOperationEventArgs Members

DevExpress.Xpf.Scheduling Namespace