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

_AppointmentItem.IsRecurring Property

Indicates whether this appointment is a recurring appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

bool IsRecurring { get; }

Property Value

Type Description
Boolean

true if this appointment is recurring; otherwise, false.

See Also