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

SchedulerExtension.Bind(Object, Object) Method

Binds the Scheduler to a data source.

Namespace: DevExpress.Web.Mvc

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

Declaration

public SchedulerExtension Bind(
    object appointmentDataObject,
    object resourceDataObject
)

Parameters

Name Type Description
appointmentDataObject Object

An object specifying the bound appointment data source.

resourceDataObject Object

An object specifying the bound resource data source.

Returns

Type Description
SchedulerExtension

A SchedulerExtension object representing the Scheduler.

See Also