Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public static MvcHtmlString DayPilotScheduler( this HtmlHelper helper, string id, DayPilotSchedulerConfig cfg )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function DayPilotScheduler ( _ helper As HtmlHelper, _ id As String, _ cfg As DayPilotSchedulerConfig _ ) As MvcHtmlString  | 
| Visual C++ | 
|---|
public: [ExtensionAttribute] static MvcHtmlString^ DayPilotScheduler( HtmlHelper^ helper, String^ id, DayPilotSchedulerConfig^ cfg )  |