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

DateNavigatorExtension.Bind(Object) Method

Binds the Scheduler to which the DateNavigator is bound, to an appointment data source.

Namespace: DevExpress.Web.Mvc

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

Declaration

public DateNavigatorExtension Bind(
    object appointmentDataObject
)

Parameters

Name Type Description
appointmentDataObject Object

A collection of appointments.

Returns

Type Description
DateNavigatorExtension

A DateNavigatorExtension object that contains settings for the DateNavigator control.

See Also