EventsCalendar for ASP.NET Web Forms
C1EventsCalendar Class Members
Properties  Methods  Events

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace : C1EventsCalendar Class

The following tables list the members exposed by C1EventsCalendar.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1.Web.Wijmo.Controls.C1ReportViewer class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyA string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public PropertyContent Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyThe colors property specifies the list of color names which will be shown in the color name drop down list.  
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCultureInfo object. Each culture has different conventions for displaying dates, time, numbers, and other information. Neutrals cultures are not supported.  
Public PropertyA value that indicators the culture calendar to format the text. This property must work with Culture property.  
Public PropertyC1EventsCalendar storage configuration.  
Public PropertyUse the Localization property in order to customize localization strings.  
Public PropertyFormat of the text for the day cell header in the month view. Format argument: {0} = Day date.  
Public PropertyFormat of the text for the day header in the day/week or list view. Format argument: {0} = Day date.  
Public PropertyGets 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 PropertyEnable 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 PropertyGets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public PropertyEnables built-in log console.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyIndicating the event dialog element will be append to the body or eventcalendar container.  
Public PropertyGets or sets the Event Dialog template used to display the content of the Event Dialog.  
Public PropertyGets or sets the Event template used to display the content of the Event.  
Public PropertyFormat of the title text for the event. Format arguments: {0} = Start, {1} = End, {2} = Subject, {3} = Location, {4} = Icons.  
Public PropertyFormat of the text for the first cell header in the first row of the month view. Format argument: {0} = Day date.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyIndicates whether the header bar will be visible.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyUse the Localization property in order to customize localization strings.  
Public Property (Inherited from System.Web.UI.Control)
Public PropertyIndicates whether the bottom navigation bar will be visible.  
Public PropertyOccurs 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 PropertyOccurs 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 PropertyOccurs 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 PropertyOccurs 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 PropertyOccurs 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 PropertyOccurs 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 PropertyOccurs when calendars option has been changed. args.calendars - the new calendars option value.  
Public PropertyOccurs when event markup is creating. args.data - the event data. args.eventTemplate The template of events displayed on the view.  
Public PropertyOccurs when events calendar is constructed and events data is loaded from an external or local data source.  
Public PropertyOccurs when selectedDates option has been changed. args.selectedDates - the new selectedDates value.  
Public PropertyOccurs when viewType option has been changed.  
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyThe selected date.  
Public PropertyCollection of DateTime objects that represent the selected dates on the C1EventsCalendar control for the DayView.  
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyA 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 PropertyTime interval for the Day view (in minutes).  
Public PropertyThe Day view time interval row height in pixels.  
Public PropertyTime ruler format for the Day view. Format argument: {0} = Current ruler time.  
Public PropertyTime ruler interval for the Day view (in minutes).  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyDetermines 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 (Inherited from System.Web.UI.Control)
Public PropertyList 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 (Inherited from System.Web.UI.Control)
Public PropertyArray of the calendar names which need to be shown.  
Public PropertyThe URL to the web service which will be used to store information about events.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyA 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 PropertyIndicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverridden. Searches the current naming container for a server control with the specified id parameter.  
Public Method (Inherited from System.Web.UI.Control)
Public MethodGets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
Public MethodWhen overridden in a derived class, registers the WidgetDescriptor objects for the control. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public MethodWhen overridden in a derived class, registers an additional script libraries for the extender control. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Loads control layout properties from the file.  
Public MethodWhen implemented by a class, processes postback data for an ASP.NET server control.  
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodProcess an event raised when a form is posted to the server.  
Public MethodWhen implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.  
Public MethodRegister design time stylesheet (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Saves the control layout properties to the file.  
Public MethodSets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase)
Public Method (Inherited from System.Web.UI.Control)
Top
Public Events
 NameDescription
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Top
See Also

Reference

C1EventsCalendar Class
C1.Web.Wijmo.Controls.C1EventsCalendar Namespace