The C1Calendar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1Calendar |
Initializes a new instance of the C1Calendar class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
![]() |
BeginUpdate |
Call this method to indicate that the process of setting properties of a component instance has begun.
(Overrides ComponentBeginUpdate()()()().) |
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
(Inherited from C1ThemeableControlBase.) |
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.) |
![]() |
DoPostBack |
Execute postback.
(Inherited from C1ThemeableControlBase.) |
![]() |
EndUpdate |
Call this method to indicate that the process of setting properties of a component instance has finished.
(Overrides ComponentEndUpdate()()()().) |
![]() |
GetCustomDay |
Gets the custom day object corresponding to the specified date.
|
![]() |
GetParentTable | |
![]() |
Initialize |
Initialize the control.
(Overrides ComponentInitialize()()()().) |
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBase..::..Invalidate()()()().) |
![]() |
OnDayClicked | |
![]() |
OnDayMouseDown | |
![]() |
OnDayMouseOut | |
![]() |
OnDayMouseOver | |
![]() |
OnDayMouseUp | |
![]() |
OnGroupTitleClicked | |
![]() |
OnMonthSelectorMouseOut | |
![]() |
OnMonthSelectorMouseOver | |
![]() |
OnMYGridClicked | |
![]() |
OnMYGridMouseOut | |
![]() |
OnMYGridMouseOver | |
![]() |
OnWeekDayMouseDown | |
![]() |
OnWeekDayMouseOut | |
![]() |
OnWeekDayMouseOver | |
![]() |
OnWeekDayMouseUp | |
![]() |
OnWeekNumberMouseOut | |
![]() |
OnWeekNumberMouseOver | |
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
(Inherited from C1ThemeableControlBase.) |
![]() |
RefreshTitle |
Refreshes the title text.
|
![]() |
ReRender |
Refresh the calendar control.
|
![]() |
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
![]() |
SelectDate |
Select a date in the calendar.
|
![]() |
SwapToDate |
Swap display date to date given by parameter newDate.
|
![]() |
UnSelectAll |
Unselect all.
|
Fields
Name | Description | |
---|---|---|
![]() |
isUpdatingFlag |
Value of true indicates that update action is in progress.
|
Properties
Name | Description | |
---|---|---|
![]() |
AutoPostBackOnNavigate |
Gets or sets a value that determines whether post back to server automatically when user navigates between monthes.
|
![]() |
AutoPostBackOnSelect |
Gets or sets a value that determines whether post back to server automatically when user selects a date.
|
![]() |
CalendarTitle |
Determines the string that displays on calendar title.
|
![]() |
ClientID |
Gets the client ID.
|
![]() |
ClientObjectID |
Gets the client side object ID. This id can be used as alternative to $find(id) method
when instance of control class created dynamically without registering within ASP .NET AJAX framework.
Usage example:
var controlObj = window[control.get_clientObjectID());
(Inherited from C1ThemeableControlBase.) |
![]() |
CustomDays |
Gets the collection of custom days.
|
![]() |
DayColumns |
Gets or sets the number of columns in month view.
|
![]() |
DisabledDates |
Gets or sets the disable dates collection.
|
![]() |
DisplayDate |
Gets or sets the date for the current display month.
|
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from C1ThemeableControlBase.) |
![]() |
FirstDayOfWeek |
Gets or sets the first day of week.
|
![]() |
MaxDate |
Gets or sets the maximal date for selection.
|
![]() |
MinDate |
Gets or sets the minimal date for selection.
|
![]() |
MonthDayFormat |
Gets or sets the display format for calendar days.
|
![]() |
MonthViewTitle |
Determines the string that displays on month view title.
|
![]() |
NavigationStep |
Gets or sets the number of months to swap after clicking the navigation button.
|
![]() |
OnClientSelectionChanged |
Gets or sets the method to be called when selection is made.
|
![]() |
OutermostElement |
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.) |
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
![]() |
SelectedDate |
Gets or sets the latest selected date.
|
![]() |
SelectedDates |
Gets or sets the selected dates collection.
|
![]() |
ShowCalendarTitle |
Determines whether to display the calendar title.
|
![]() |
ShowMonthNavigator |
Gets or sets a value that determines whether to display month navigator.
|
![]() |
ShowOtherMonthDays |
Determines whether to diaplay days that belong to other month in a month view.
|
![]() |
ShowWeekDays |
Determines whether to display week days.
|
![]() |
TitleNodeElement |
Gets the title node element.
|
![]() |
ToolTipDateFormat |
Determines the date format for tooltip when mouse is over the calendar days.
|
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.) |
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |
Events
Name | Description | |
---|---|---|
![]() |
SelectedDatesChanged |
Fires when the SelectedDates property changed.
|
![]() |
SelectionChanged |
Fires when user make a selection by mouse.
|