Skip to main content

Reminder.Appointment Property

Gets the appointment for which the reminder is set.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment object which is the appointment for which the reminder is set.

See Also