Skip to main content

SchedulerSettings.FetchAppointments Property

OBSOLETE

Use the Bind method instead.

Enables you to perform custom actions before the Scheduler starts retrieving the appointments for the specified time interval.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the SchedulerExtension.Bind method instead.")]
public FetchAppointmentsEventHandler FetchAppointments { get; set; }

Property Value

Type Description
FetchAppointmentsEventHandler

A method to which custom processing is delegated.

Remarks

Use the FetchAppointmentsMethod delegate instead.

See Also