Gets or sets the inner HTML to be used while initializing (such as a "Please wait..." message).

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

Syntax

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

See Also