Url of event hyperlink. {0} will be replaced by DataValueField content and {1} will be replaced by DataTagField content.

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

Syntax

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

See Also