Skip to main content

SchedulerExtension.Bind(Object) Method

Binds the Scheduler to appointment data source.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public SchedulerExtension Bind(
    object appointmentDataObject
)

#Parameters

Name Type Description
appointmentDataObject Object

An object specifying the bound appointment data source.

#Returns

Type Description
SchedulerExtension

A SchedulerExtension object representing the scheduler.

See Also