Skip to main content

ASPxSchedulerFormDataHelper.CreateReminderDataSource() Method

Creates a Data Source object used to provide reminders for appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public static IEnumerable CreateReminderDataSource()

Returns

Type Description
IEnumerable

An object supporting the IEnumerable interface.

See Also