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

Reminder.Appointment Property

Gets the appointment for which the reminder is set.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.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