Whether to show the event start and end times.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Ignored. Use EventStartTime and EventEndTime instead.")]
public bool ShowEventStartEnd { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Ignored. Use EventStartTime and EventEndTime instead.")> _
Public Property ShowEventStartEnd As Boolean
Get
Set |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Ignored. Use EventStartTime and EventEndTime instead.")]
property bool ShowEventStartEnd {
bool get ();
void set (bool value);
} |
See Also