Event value (DayPilotScheduler.DataIdField property). Read-only.
Namespace: DayPilot.Web.Mvc.Events.SchedulerAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
[ObsoleteAttribute("Use Id property instead.")] public string Value { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Use Id property instead.")> _ Public ReadOnly Property Value As String Get |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Use Id property instead.")] property String^ Value { String^ get (); } |