Event value (DayPilotCalendar.DataValueField property). Read-only.

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

Syntax

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

See Also