Calendar event value (DayPilotScheduler.DataValueField property).
Namespace: DayPilot.Web.Ui.Events.CalendarAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Id instead.")] public string Value { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Id instead.")> _ Public ReadOnly Property Value As String Get |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Use Id instead.")] property String^ Value { String^ get (); } |