Skip to main content

MVCxTimeRulerCollection.Assign(MVCxTimeRulerCollection) Method

Copies the settings of the specified object to the current one.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public virtual void Assign(
    MVCxTimeRulerCollection timeRulerCollection
)

Parameters

Name Type Description
timeRulerCollection MVCxTimeRulerCollection

A MVCxTimeRulerCollection object whose settings are assigned to the current object.

Remarks

You can create an object and specify its settings in a separate piece of code. Then, use the Assign method to pass the parameters to the view using the SchedulerSettings.Views.DayView.TimeRulers.Assign() or the SchedulerSettings.Views.WorkWeekView.TimeRulers.Assign() notation.

See Also