Gets or sets the name of the column that contains the custom event data.

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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