Skip to main content

_AppointmentItem.ReminderMinutesBeforeStart Property

Gets or sets the number of minutes the reminder should occur prior to the start of the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

int ReminderMinutesBeforeStart { get; set; }

Property Value

Type Description
Int32

An integer containing the number of minutes.

See Also