| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ClientID | (Inherited from System.Web.UI.Control) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| Colors | The colors property specifies the list of color names which will be shown in the color name drop down list. |
| Controls | (Inherited from System.Web.UI.Control) |
| ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
| ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| Culture | CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, and other information. Neutrals cultures are not supported. |
| CultureCalendar | A value that indicators the culture calendar to format the text. This property must work with Culture property. |
| DataStorage | C1EventsCalendar storage configuration. |
| DatePagerLocalization | Use the Localization property in order to customize localization strings. |
| DayHeaderFormat | Format of the text for the day cell header in the month view. Format argument: {0} = Day date. |
| DayViewHeaderFormat | Format of the text for the day header in the day/week or list view. Format argument: {0} = Day date. |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableLogs | Enables built-in log console. |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| EnsureEventDialogOnBody | Indicating the event dialog element will be append to the body or eventcalendar container. |
| EventDialogTemplate | Gets or sets the Event Dialog template used to display the content of the Event Dialog. |
| EventTemplate | Gets or sets the Event template used to display the content of the Event. |
| EventTitleFormat | Format of the title text for the event. Format arguments: {0} = Start, {1} = End, {2} = Subject, {3} = Location, {4} = Icons. |
| FirstRowDayHeaderFormat | Format of the text for the first cell header in the first row of the month view. Format argument: {0} = Day date. |
| HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| HeaderBarVisible | Indicates whether the header bar will be visible. |
| Height | (Inherited from System.Web.UI.WebControls.WebControl) |
| ID | (Inherited from System.Web.UI.Control) |
| Localization | Use the Localization property in order to customize localization strings. |
| NamingContainer | (Inherited from System.Web.UI.Control) |
| NavigationBarVisible | Indicates whether the bottom navigation bar will be visible. |
| OnClientBeforeAddEvent | Occurs before the add event action. Return false or call event.preventDefault() in order to cancel event and prevent the save action. args.data - the new event data that should be added to a data source. |
| OnClientBeforeDeleteCalendar | Occurs before the delete calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action. args.data - the calendar data that should be deleted from a data source. |
| OnClientBeforeDeleteEvent | Occurs before the delete action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action. args.data - the event object that should be deleted. |
| OnClientBeforeEditEventDialogShow | Occurs before the built-in event dialog is shown. Return false or call event.preventDefault() in order to cancel event and prevent the built-in dialog to be shown. args.data - the event data. args.targetCell - target offset DOM element which can be used for popup callout. |
| OnClientBeforeSaveCalendar | Occurs before the save calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the save action. args.data - the new calendar data that should be saved to a data source. args.prevData - previous calendar data, this argument is empty for a new calendar. |
| OnClientBeforeUpdateEvent | Occurs before the update event action. Return false or call event.preventDefault() in order to cancel event and prevent the save action. args.data - the new event data that should be updated. args.prevData - previous event data, this argument is empty for a new event. |
| OnClientCalendarsChanged | Occurs when calendars option has been changed. args.calendars - the new calendars option value. |
| OnClientEventCreating | Occurs when event markup is creating. args.data - the event data. args.eventTemplate The template of events displayed on the view. |
| OnClientInitialized | Occurs when events calendar is constructed and events data is loaded from an external or local data source. |
| OnClientSelectedDatesChanged | Occurs when selectedDates option has been changed. args.selectedDates - the new selectedDates value. |
| OnClientViewTypeChanged | Occurs when viewType option has been changed. |
| Page | (Inherited from System.Web.UI.Control) |
| Parent | (Inherited from System.Web.UI.Control) |
| RenderingCompatibility | (Inherited from System.Web.UI.Control) |
| SelectedDate | The selected date. |
| SelectedDates | Collection of DateTime objects that represent the selected dates on the C1EventsCalendar control for the DayView. |
| Site | (Inherited from System.Web.UI.Control) |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Style | (Inherited from System.Web.UI.WebControls.WebControl) |
| SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.WebControl) |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| TemplateControl | (Inherited from System.Web.UI.Control) |
| TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| TimeInterval | Time interval for the Day view (in minutes). |
| TimeIntervalHeight | The Day view time interval row height in pixels. |
| TimeRulerFormat | Time ruler format for the Day view. Format argument: {0} = Current ruler time. |
| TimeRulerInterval | Time ruler interval for the Day view (in minutes). |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UniqueID | (Inherited from System.Web.UI.Control) |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| Views | List of the views which need to be shown. Both default views("day", "week", "month", "list") and custom views can be added. If add a default view, only Type property of View should be set. If add a custom view, All the properties of View should be set. |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| VisibleCalendars | Array of the calendar names which need to be shown. |
| WebServiceUrl | The URL to the web service which will be used to store information about events. |
| Width | (Inherited from System.Web.UI.WebControls.WebControl) |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |