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: 6.8.2460.0 (6.8.2460.0)

Syntax

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

See Also