| | Name | Description |
 | AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |
 | CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |
 | 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) |
 | 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. |
 | 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.Extenders.WidgetExtenderControlBase) |
 | EnableLogs | Enables built-in log console. |
 | EnableTheming | (Inherited from System.Web.UI.Control) |
 | EnableViewState | (Inherited from System.Web.UI.Control) |
 | EnsureEventDialogOnBody | Indicating the event dialog element will be append to the body or eventcalendar container. |
 | 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. |
 | HeaderBarVisible | Indicates whether the header bar will be visible. |
 | 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. |
 | 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.Control) |
 | TargetControlID | (Inherited from System.Web.UI.ExtenderControl) |
 | TargetSelector | Target CSS selector that should be used instead of TargetControlID property. You can use TargetSelector property when you need populate extender functionality on several page elements(controls) at once. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |
 | TemplateControl | (Inherited from System.Web.UI.Control) |
 | TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | Theme | Name of the theme that will be used to style widgets. Available embedded themes: aristo / midnight / ui-lightness. Note, only one theme can be used for the whole page at one time. Please, make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |
 | ThemeSwatch | A value that indicates the theme swatch of the extender, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |
 | 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). |
 | 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.Extenders.WidgetExtenderControlBase) |
 | ValidateRequestMode | (Inherited from System.Web.UI.Control) |
 | ViewStateMode | (Inherited from System.Web.UI.Control) |
 | ViewType | The active view type. Possible values are: day, week, month or list. Format argument: {0} = Day date. |
 | 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. |
 | 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.Extenders.WidgetExtenderControlBase) |
 | WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase) |