Gets or sets the id of the selected event.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
[ObsoleteAttribute("No longer supported. Use SelectedEvents instead.")] public string SelectedEventId { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("No longer supported. Use SelectedEvents instead.")> _ Public Property SelectedEventId As String Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"No longer supported. Use SelectedEvents instead.")] property String^ SelectedEventId { String^ get (); void set (String^ value); } |