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)
Version: 3.5.2.0

Syntax

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