The C1Schedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1Schedule |
Initializes a new instance of the C1Schedule web control.
|
Methods
Name | Description | |
---|---|---|
LoadPostData |
When implemented by a class, processes postback data for an ASP.NET server control.
|
|
RaisePostBackEvent |
When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
|
|
RaisePostDataChangedEvent |
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
|
|
RegisterRunTimeStyleSheets |
Override this method if you want to render additional style sheets that will be use by control only at run-time.
(Overrides C1ThemeableControlRegisterRunTimeStyleSheets(Boolean).) |
|
RenderDesignTimeStyleSheets |
Override this method if you want to render additional style sheets that will be use by control only at design-time.
(Overrides C1ThemeableControlRenderDesignTimeStyleSheets(HtmlTextWriter, Boolean).) |
|
ResolveClientUrl |
Resolve Client Url for using in browser
|
|
ResolveClientUrlOrResource |
Resolve client url or resource name.
|
Properties
Name | Description | |
---|---|---|
AccessKey |
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Overrides WebControl..::..AccessKey.) |
|
Appointments |
Gets the appointments.
|
|
AppointmentText |
Format of text in the appointment.
{0} = Start, {1} = End, {2} = Subject, {3} = Location, {4} = Reserved(not used), {5} = body, {6} = line break.
|
|
AutoPostBack |
Automatically posts back to server if the schedule data or properties is changed.
|
|
BoldedDates |
Gets the bolded day dates (days that contains appointments).
|
|
CalendarInfo |
The CalendarInfo manages and exposes date-related data to C1WebSchedule control.
|
|
Categories |
Gets the categories.
|
|
ClientObjectID |
Gets ID of the client side object associated with the control.
|
|
Contacts |
Gets the contacts.
|
|
Culture |
CultureInfo object. Each culture has different conventions
for displaying dates, time, numbers, and other
information. Neutrals cultures are not supported.
|
|
DataAreaScrollTop |
Indicates DataArea scroll position for Day and WorkWeek Views. Default value is -1, means that scroll top position will be adjusted to current time slot automatically.
|
|
DataFilePath |
Filename what will be used for saving data when C1WebSchedule in not bounded to the data base.
|
|
DataStorage |
Gets the C1WebScheduleStorage object.
|
|
DefaultWeekViewLayout |
Gets or sets the DefaultWeekViewLayout value determining currently displayed week view layout.
|
|
DialogsPath |
Path to folder with custom dialogs.
Note if a dialog not found in this folder then control will use embedded dialogs.
|
|
EditOptions |
Determines the set of edit options available to the end-user.
|
|
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Overrides WebControl..::..Enabled.) |
|
EndDayTimeM |
Gets the end of working day time in minutes. Used by control internally.
|
|
EscapedAppointmentText |
Gets the resolved appointment text.
|
|
Height |
Gets or sets the height of the control.
All height value minor than 300px will be ignored.
(Overrides WebControl..::..Height.) |
|
Labels |
Gets the labels.
|
|
MasterAppointments |
Gets the master appointments.
|
|
OnClientBeforeAppointmentCreate |
Fires on client side before appointment create.
|
|
OnClientBeforeAppointmentDelete |
Fires on client side before appointment delete.
|
|
OnClientBeforeAppointmentUpdate |
Fires on client side before appointment update.
|
|
OnClientBeforeDialogOpen |
Fires on client side before dialog open.
|
|
OnClientBeforeViewChange |
Fires on client side before view change.
|
|
OnClientCellsSelectionChanged |
Fires on the client side after cells selection changed.
|
|
Page |
Gets a reference to the System.Web.UI.Page instance that contains the server
control.
(Overrides Control..::..Page.) |
|
RecurrencePatterns |
Gets the recurrence patterns.
|
|
Resources |
Gets the resources.
|
|
SelectedDate |
Gets or sets the selected date.
|
|
SelectedDates |
Gets a collection of DateTime objects that represent
the selected dates on the C1WebSchedule control for DayView.
|
|
ShowAppointmentToolTip |
Gets or sets a value indicating whether show appointment ToolTip when mouse is over appointment.
|
|
ShowNavigationBar |
Show navigation bar at the top of the schedule view.
|
|
ShowReminderForm |
Gets or sets the Boolean value indicating whether the control
should show the reminder form when a reminder alerts.
|
|
ShowStatusBar |
Show status bar at the bottom of the schedule view.
|
|
ShowViewSelectionBar |
Show the view selection bar at the top of the control.
|
|
ShowWorkTimeOnly |
Gets or sets a value indicating if the control should show
only working hours in a Day View.
|
|
StartDayTime |
Gets the start day time. Used by control internally.
|
|
Statuses |
Gets the statuses.
|
|
TimeInterval |
Gets the TimeInterval. Used by control internally.
|
|
TimeRulerFormat |
Format of a text in the time ruler for the Day or HorizontalWeek view. Sample formats: ''MM.y'' HH:mm, HH:mm.
|
|
TitleText |
Text that will be displayed in the navigation bar. {0} = start date. {1} = end date.
|
|
UniqueID |
Gets the unique, hierarchically qualified identifier for the server control.
(Overrides Control..::..UniqueID.) |
|
ViewType |
Gets or sets the ViewType value determining
currently displayed view.
|
|
Width |
Gets or sets the width of the control.
(Overrides WebControl..::..Width.) |
|
WorkWeekOptionMode |
Gets or sets the WorkWeekOptionMode value determining the way the work week option is displayed.
|
Events
Name | Description | |
---|---|---|
BeforeAppointmentCreate |
BeforeAppointmentCreate event. Fires before appointment create.
|
|
BeforeAppointmentDelete |
BeforeAppointmentDelete event. Fires before appointment delete.
|
|
BeforeAppointmentUpdate |
BeforeAppointmentUpdate event. Fires before appointment update.
|
|
BeforeViewChange |
BeforeViewChange event. Fires before view change.
|
|
CustomClientCall |
CustomClientCall event. Fires custom client call.
|