The C1Schedule is WebControl which is used to implement interactions between end-users and the scheduling application.
The main purpose of this control is to show the scheduled data (appointments) on a WebForm using one of the possible data views.
It allows appointments to be created, edited and deleted, and all other actions required by end-users to schedule their timetables to be performed.
Assembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[LicenseProviderAttribute] [ThemeableAttribute(true)] [DesignerAttribute("C1.Web.UI.Design.C1ScheduleDesigner, C1.Web.UI.Design.2")] [ToolboxDataAttribute("<{0}:C1Schedule runat="server"></{0}:C1Schedule>")] [ToolboxBitmapAttribute(typeof(C1Schedule), "schedule.png")] public class C1Schedule : C1ThemeableControl, ICallbackEventHandler, IC1UrlResolutionService, IPostBackDataHandler, IPostBackEventHandler |
Visual Basic |
---|
<LicenseProviderAttribute> _ <ThemeableAttribute(True)> _ <DesignerAttribute("C1.Web.UI.Design.C1ScheduleDesigner, C1.Web.UI.Design.2")> _ <ToolboxDataAttribute("<{0}:C1Schedule runat="server"></{0}:C1Schedule>")> _ <ToolboxBitmapAttribute(GetType(C1Schedule), "schedule.png")> _ Public Class C1Schedule _ Inherits C1ThemeableControl _ Implements ICallbackEventHandler, IC1UrlResolutionService, IPostBackDataHandler, IPostBackEventHandler |
Inheritance Hierarchy
System..::..Object
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
C1ThemeableControl
C1.Web.UI.Controls.C1Schedule..::..C1Schedule
System.Web.UI..::..Control
System.Web.UI.WebControls..::..WebControl
C1ThemeableControl
C1.Web.UI.Controls.C1Schedule..::..C1Schedule