Skip to main content

_AppointmentItem.IsRecurring Property

Indicates whether this appointment is a recurring appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool IsRecurring { get; }

Property Value

Type Description
Boolean

true if this appointment is recurring; otherwise, false.

See Also