Skip to main content

SchedulerStorageControlExtension.Bind(Object) Method

Binds the Scheduler Storage Control to the appointment data source.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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