@using BeWoPlanerMobil.Util @model BeWoPlanerMobil.Models.DevExpressSchedulerModel @{ ViewBag.Title = "DevExpressScheduler"; } @using(Html.BeginForm()) {
@Html.Partial("SchedulerPagePartial", Model)
} @Html.Partial("AptFltEmployeesPartial", Model) @Html.Partial("AptFltCustomersPartial", Model) @Html.Partial("AptFltResourcesPartial", Model)