Class CalendarTimeline
Inherited Members
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class CalendarTimeline : CalendarAppointmentBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, ICalendarAppointmentObject
Constructors
CalendarTimeline(DateTime, DateTime, ICalendarOptions)
Declaration
public CalendarTimeline(DateTime start, DateTime end, ICalendarOptions calendarOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | start | |
| DateTime | end | |
| ICalendarOptions | calendarOptions |
Methods
RenderControl(HtmlTextWriter)
Declaration
public override void RenderControl(HtmlTextWriter w)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | w |