Skip to main content

DateNavigatorExtension.Bind(Object, Object) Method

Binds the Scheduler to which the DateNavigator is bound, to appointment and resource data sources.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateNavigatorExtension Bind(
    object appointmentDataObject,
    object resourceDataObject
)

Parameters

Name Type Description
appointmentDataObject Object

A collection of appointments.

resourceDataObject Object

A collection of resources.

Returns

Type Description
DateNavigatorExtension

A DateNavigatorExtension object that contains settings for the DateNavigator control.

See Also