Gets or sets the name of the column that contains the primary key. The primary key will be used for rendering the custom JavaScript actions.

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

Syntax

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

See Also