SchedulerSettings.FetchAppointments Property
Obsolete. 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.v20.2.dll
Declaration
[Obsolete("Use the SchedulerExtension.Bind method instead.")]
public FetchAppointmentsEventHandler FetchAppointments { get; set; }
<Obsolete("Use the SchedulerExtension.Bind method instead.")>
Public Property FetchAppointments As FetchAppointmentsEventHandler
Property Value
Type | Description |
---|---|
FetchAppointmentsEventHandler | A method to which custom processing is delegated. |
Remarks
Use the FetchAppointmentsMethod delegate instead.
See Also
Feedback