Renders a ScheduleChartView control instance.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public static MvcHtmlString ScheduleChartView( HtmlHelper helper, Action<ScheduleChartView> initialization ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ScheduleChartView ( _ helper As HtmlHelper, _ initialization As Action(Of ScheduleChartView) _ ) As MvcHtmlString |