| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ClientID | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ClientIDMode | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Colors | The colors property specifies the list of color names which will be shown in the color name drop down list. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Controls | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Culture | CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, and other information. Neutrals cultures are not supported. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CultureCalendar | A value that indicators the culture calendar to format the text. This property must work with Culture property. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DataStorage | C1EventsCalendar storage configuration. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DatePagerLocalization | Use the Localization property in order to customize localization strings. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DayHeaderFormat | Format of the text for the day cell header in the month view. Format argument: {0} = Day date. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DayViewHeaderFormat | Format of the text for the day header in the day/week or list view. Format argument: {0} = Day date. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EnableLogs | Enables built-in log console. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EnableViewState | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EnsureEventDialogOnBody | Indicating the event dialog element will be append to the body or eventcalendar container. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EventDialogTemplate | Gets or sets the Event Dialog template used to display the content of the Event Dialog. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EventTemplate | Gets or sets the Event template used to display the content of the Event. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EventTitleFormat | Format of the title text for the event. Format arguments: {0} = Start, {1} = End, {2} = Subject, {3} = Location, {4} = Icons. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstRowDayHeaderFormat | Format of the text for the first cell header in the first row of the month view. Format argument: {0} = Day date. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | HeaderBarVisible | Indicates whether the header bar will be visible. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Height | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ID | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Localization | Use the Localization property in order to customize localization strings. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NamingContainer | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NavigationBarVisible | Indicates whether the bottom navigation bar will be visible. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientCalendarsChanged | Occurs when calendars option has been changed. args.calendars - the new calendars option value. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientEventCreating | Occurs when event markup is creating. args.data - the event data. args.eventTemplate The template of events displayed on the view. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientInitialized | Occurs when events calendar is constructed and events data is loaded from an external or local data source. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientSelectedDatesChanged | Occurs when selectedDates option has been changed. args.selectedDates - the new selectedDates value. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OnClientViewTypeChanged | Occurs when viewType option has been changed. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Page | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Parent | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | RenderingCompatibility | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectedDate | The selected date. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectedDates | Collection of DateTime objects that represent the selected dates on the C1EventsCalendar control for the DayView. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Site | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Style | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TemplateControl | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeInterval | Time interval for the Day view (in minutes). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeIntervalHeight | The Day view time interval row height in pixels. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeRulerFormat | Time ruler format for the Day view. Format argument: {0} = Current ruler time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeRulerInterval | Time ruler interval for the Day view (in minutes). |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UniqueID | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ValidateRequestMode | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ViewStateMode | (Inherited from System.Web.UI.Control) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | VisibleCalendars | Array of the calendar names which need to be shown. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | WebServiceUrl | The URL to the web service which will be used to store information about events. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Width | (Inherited from System.Web.UI.WebControls.WebControl) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |