Renders a ScheduleChartView control instance.

Namespace:  DlhSoft.Web.Mvc
Assembly:  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

Parameters

helper
Type: HtmlHelper
initialization
Type: System..::.Action<(Of <(ScheduleChartView>)>)

See Also