Calendar event value (DayPilotCalendar.DataValueField property).

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

Syntax

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

See Also