Gets or sets a set of JavaScript function body code statements (considering control parameter), to be executed before client side component initialization.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public virtual string InitializingClientCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property InitializingClientCode As String

See Also