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 DayPilotGantt( this HtmlHelper helper, string id, DayPilotGanttConfig cfg ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function DayPilotGantt ( _ helper As HtmlHelper, _ id As String, _ cfg As DayPilotGanttConfig _ ) As MvcHtmlString |
Visual C++ |
---|
public: [ExtensionAttribute] static MvcHtmlString^ DayPilotGantt( HtmlHelper^ helper, String^ id, DayPilotGanttConfig^ cfg ) |