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.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public virtual string InitializingClientCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property InitializingClientCode As String |