Get the column/row id (see Column.Value, Resource.Value). Obsolete. Use .Id instead.
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; internal set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use .Id instead.")> _ Public Property Value As String Get Friend Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Use .Id instead.")] property String^ Value { String^ get (); internal: void set (String^ value); } |