Event value (DayPilotCalendar.DataValueField property).

Namespace: DayPilot.Web.Ui.Events
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Value As String
C#
public string Value { get; }
Visual C++
public:
property String^ Value {
	String^ get ();
}