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

SchedulerStorageControlExtension.Bind(Object) Method

Binds the Scheduler Storage Control to the appointment data source.

Namespace: DevExpress.Web.Mvc

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

Declaration

public SchedulerStorageControlExtension Bind(
    object appointmentDataObject
)

Parameters

Name Type Description
appointmentDataObject Object

An object specifying the bound appointment data source.

Returns

Type Description
SchedulerStorageControlExtension

A SchedulerStorageControlExtension object representing the scheduler storage control.

See Also