Gets or sets the text to appear as the header of a line in a tooltip

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic (Declaration)
Public Property HeaderText As String
C#
public string HeaderText { get; set; }
Visual C++
public:
property String^ HeaderText {
	String^ get ();
	void set (String^ value);
}

See Also