Font size of the column header, e.g. "10pt".

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

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

See Also