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

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

See Also