Skip to main content
A newer version of this page is available. .

AppointmentOperationEventArgs.Recurring Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public virtual bool Recurring { get; }

Property Value

Type Description
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