Back to Devexpress

AppointmentOperationEventArgs.Recurring Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentoperationeventargs-4b7457b6.md

latest1.5 KB
Original Source

AppointmentOperationEventArgs.Recurring Property

Gets or sets a value indicating if the appointment is recurring.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

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 supposed to be recurrent if its Appointment.Type value differs from AppointmentType.Normal.

See Also

AppointmentOperationEventArgs Class

AppointmentOperationEventArgs Members

DevExpress.XtraScheduler Namespace