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

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.v18.2.dll

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