Url of free time block hyperlink. {0} will be replaced by free block starting date and time and {1} will be replaced by free block end date and time.
If it is empty the free time links will not be rendered.

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

Syntax

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

See Also