Whether to show the event start and end times.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
[ObsoleteAttribute("Ignored. Use EventStartTime and EventEndTime instead.")]
public bool ShowEventStartEnd { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("Ignored. Use EventStartTime and EventEndTime instead.")> _
Public Property ShowEventStartEnd As Boolean
Visual C++
[ObsoleteAttribute(L"Ignored. Use EventStartTime and EventEndTime instead.")]
public:
property bool ShowEventStartEnd {
	bool get ();
	void set (bool value);
}

See Also