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

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

Syntax

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

See Also