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

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

Syntax

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

See Also