Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerDataStorage.CreateReminder(Appointment) Method

Creates a reminder for the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public Reminder CreateReminder(
    Appointment appointment
)

#Parameters

Name Type Description
appointment Appointment

An Appointment object that us the appointment for which a reminder is created.

#Returns

Type Description
Reminder

A Reminder object that is the reminder for an appointment.

#Remarks

The CreateReminder creates a reminder and associates it with the specified appointment. By default the ReminderBase.TimeBeforeStart value is 15 minutes.

See Also