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

SchedulerSettings.FetchAppointments Property

OBSOLETE

This property is now 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.Mvc.v18.1.dll

Declaration

[Obsolete("This property is now 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