The C1Calendar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1Calendar |
Constructor
|
Methods
Name | Description | |
---|---|---|
AddCssClass | (Inherited from Control.) | |
AssignPropertiesState |
Assigns the state of the properties.
|
|
BeginUpdate | (Inherited from Component.) | |
Close |
Close the popped up Calendar.
|
|
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
|
Dispose | (Inherited from Component.) | |
EndUpdate | (Inherited from Component.) | |
GetCustomDay |
Gets the custom day object corresponding to the specified date.
|
|
GetDisplayDate | ||
GetParentTable | ||
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
Initialize |
Initialize the control.
(Overrides ComponentInitialize()()()().) |
|
IsPopupShowing |
Determines whether the Calendar is in popup mode.
|
|
OnAfterClose |
Fires the AfterClose event.
|
|
OnAfterPopup |
Fires the AfterPopup event.
|
|
OnBeforeClose |
Fires the BeforeClose event.
|
|
OnBeforePopup |
Fires the BeforePopup event.
|
|
OnBubbleEvent | (Inherited from Control.) | |
OnDayClicked | ||
OnDayMouseDown | ||
OnDayMouseOut | ||
OnDayMouseOver | ||
OnDayMouseUp | ||
OnGroupTitleClicked | ||
OnMonthSelectorClicked | ||
OnMonthSelectorMouseOut | ||
OnMonthSelectorMouseOver | ||
OnMYGridClicked | ||
OnMYGridMouseOut | ||
OnMYGridMouseOver | ||
OnNavButtonClicked | ||
OnPreviewMouseOut | ||
OnPreviewMouseOver | ||
OnSelChanged | ||
OnSelectedDatesChanged |
Fires the SelectedDatesChanged event.
|
|
OnWeekDayClicked | ||
OnWeekDayMouseDown | ||
OnWeekDayMouseOut | ||
OnWeekDayMouseOver | ||
OnWeekDayMouseUp | ||
OnWeekNumberClicked | ||
OnWeekNumberMouseOut | ||
OnWeekNumberMouseOver | ||
PopupAt |
Pops up the Calendar at specified position.
|
|
PopupBeside |
Pops up the Calendar beside another control.
|
|
RaiseBubbleEvent | (Inherited from Control.) | |
RaisePropertyChanged | (Inherited from Component.) | |
Refresh |
Refresh the calendar control.
|
|
RemoveCssClass | (Inherited from Control.) | |
SelectDate |
Select a date in the calendar.
|
|
SwapToDate | ||
ToggleCssClass | (Inherited from Control.) | |
ToLocaleString | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UnSelectAll |
Unselect all.
|
|
Updated | (Inherited from Component.) |
Fields
Name | Description | |
---|---|---|
_propertiesState |
Properties
Name | Description | |
---|---|---|
AllowPreview |
Gets or sets whether the preview area is displayed.
|
|
AllowQuickPick |
Gets or sets a value that determines whether can change the view to month/year/decade while clicking on the calendar title.
|
|
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.
|
|
ClientOnAfterClose |
Gets or sets the method to be called after the calendar is closed.
|
|
ClientOnAfterPopup |
Gets or sets the method to be called after calendar is popup.
|
|
ClientOnBeforeClose |
Gets or sets the method to be called before the calendar is closed.
|
|
ClientOnBeforePopup |
Gets or sets the method to be called before calendar is popup.
|
|
ClientOnSelChange |
Gets or sets the method to be called when selection is made.
|
|
ClientOnSelectedDatesChanged |
Handler name of the client SelectedDatesChanged event.
|
|
CustomDays |
Gets the collection of custom days.
|
|
DayColumns |
Gets or sets the number of columns in month view.
|
|
DayRows |
Gets or sets the number of rows in month view.
|
|
DisabledDates |
Gets or sets the disable dates collection.
|
|
DisplayDate |
Gets or sets the date for the current display month.
|
|
Duration |
Animation duration in milliseconds.
|
|
Easing |
Specifies the transition for animation.
|
|
Element | (Inherited from Control.) | |
Enabled |
Gets the enable state.
|
|
Events | (Inherited from Component.) | |
FirstDayOfWeek |
Gets or sets the first day of week.
|
|
FooterTemplate |
The footer template of Calendar.
|
|
HeaderTemplate |
The header template of Calendar.
|
|
ID | (Inherited from Component.) | |
InternalEnabled | ||
InternalHeight | ||
InternalWidth | ||
IsInitialized | (Inherited from Component.) | |
IsUpdating | (Inherited from Component.) | |
MaxDate |
Gets or sets the maximal date for selection.
|
|
MinDate |
Gets or sets the minimal date for selection.
|
|
MonthCols |
Gets or sets the number of month view columns.
|
|
MonthDayFormat |
Gets or sets the display format for calendar days.
|
|
MonthRows |
Gets or sets the number of month view rows.
|
|
MonthViewSpacing |
Gets or sets the spacing between month views.
|
|
MonthViewTitle |
Determines the string that displays on month view title.
|
|
NavigationButton |
Gets or sets the display type of navigation buttons.
|
|
NavigationEffect |
Gets or sets the slide style while month swapping.
|
|
NavigationStep |
Gets or sets the number of months to swap after clicking the navigation button.
|
|
NextPreviewToolTip |
Gets or sets the tooltip string for the next preview button.
|
|
NextToolTip |
Gets or sets the tooltip string displayed for the next navigation button.
|
|
Parent | (Inherited from Control.) | |
PopupMode |
Determines whether the calendar is in popup mode. User has to call client side methods PopupAt/PopupBeside to popup the calendar.
|
|
PrevPreviewToolTip |
Gets or sets the tooltip string for the previous preview button.
|
|
PrevToolTip |
Gets or sets the tooltip string for the previous navigation button.
|
|
PropertiesState |
Gets the state of the properties.
|
|
QuickNavigationStep |
Gets or sets the number of months to swap after clicking the quick-navigation button.
|
|
QuickNextToolTip |
Gets or sets the tooltip string for the next quick-navigation button.
|
|
QuickPrevToolTip |
Gets or sets the tooltip string for the previous quick-navigation button.
|
|
SelectedDate |
Gets or sets the latest selected date.
|
|
SelectedDates |
Gets or sets the selected dates collection.
|
|
SelectionMode |
Determines the selection mode.
|
|
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.
|
|
ShowWeekNumbers |
Determines whether to display week numbers.
|
|
ToolTipDateFormat |
Determines the date format for tooltip when mouse is over the calendar days.
|
|
UniqueID |
Gets the unique ID.
|
|
VisibilityMode | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
VisualStyle |
Gets or sets the VisualStyle for the calendar.
|
|
WeekDayFormat |
Gets or sets the display format for week headers.
|
Events
Name | Description | |
---|---|---|
AfterClose |
Fires after the calendar closes.
|
|
AfterPopup |
Fires after the calendar pops up.
|
|
BeforeClose |
Fires before the calendar closes.
|
|
BeforePopup |
Fires before the calendar pops up.
|
|
Disposing | (Inherited from Component.) | |
PropertyChanged | (Inherited from Component.) | |
SelChanged |
Fires when user make a selection by mouse.
|
|
SelectedDatesChanged |
Fires when the SelectedDates property changed.
|