Font family of the event text, e.g. "Tahoma".

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

Syntax

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

See Also