Skip to main content

Reminder.Appointment Property

Gets the appointment to which the reminder is applied.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Appointment Appointment { get; }

#Property Value

Type Description
Appointment

An Appointment object which is the appointment to which the reminder is applied.

See Also