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: 4.0.1172.0

Syntax

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

See Also